This commit is contained in:
meusinfirmary
2025-04-25 04:11:58 +07:00
parent e7f325dcfd
commit 75e9be7d34

View File

@ -7,12 +7,6 @@ export class RemitConfigAllocation {
@PrimaryGeneratedColumn("uuid") @PrimaryGeneratedColumn("uuid")
id: string; id: string;
@Column({
nullable: true,
length: 256,
})
type: string;
@Column({ @Column({
nullable: true, nullable: true,
length: 256, length: 256,