update
This commit is contained in:
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user