Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -66,6 +66,12 @@ 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,6 +62,12 @@ 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