update
This commit is contained in:
@ -115,6 +115,12 @@ export class CreditDebtor {
|
|||||||
})
|
})
|
||||||
photo: string;
|
photo: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 64
|
||||||
|
})
|
||||||
|
photo_status: CreditApplicationFileStatus;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
length: 4096
|
length: 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user