This commit is contained in:
meusinfirmary
2025-02-13 01:59:48 +07:00
parent e94b8fea5f
commit 4c6d8b1d5c
2 changed files with 0 additions and 12 deletions

View File

@ -66,12 +66,6 @@ export class BankGaransi {
}) })
contract_number: String; contract_number: String;
@Column({
nullable: true,
length: 4096,
})
contract_title: String;
@Column({ @Column({
nullable: true, nullable: true,
length: 256, length: 256,

View File

@ -62,12 +62,6 @@ export class BankGaransiPending {
}) })
contract_number: string; contract_number: string;
@Column({
nullable: true,
length: 4096,
})
contract_title: String;
@Column({ @Column({
nullable: true, nullable: true,
length: 256, length: 256,