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