update
This commit is contained in:
@ -66,12 +66,6 @@ export class BankGaransi {
|
||||
})
|
||||
contract_number: String;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096,
|
||||
})
|
||||
contract_title: String;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
|
||||
@ -62,12 +62,6 @@ export class BankGaransiPending {
|
||||
})
|
||||
contract_number: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096,
|
||||
})
|
||||
contract_title: String;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
|
||||
Reference in New Issue
Block a user