update
This commit is contained in:
@ -72,6 +72,12 @@ export class CreditDebtor {
|
||||
})
|
||||
spouse_type: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256
|
||||
})
|
||||
spouse_file_type: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096
|
||||
|
||||
Reference in New Issue
Block a user