This commit is contained in:
fro1991
2025-01-06 01:54:14 +07:00
parent f50051e4f9
commit 8bdcdf84fb

View File

@ -72,6 +72,12 @@ export class CreditDebtor {
}) })
spouse_type: string; spouse_type: string;
@Column({
nullable: true,
length: 256
})
spouse_file_type: string;
@Column({ @Column({
nullable: true, nullable: true,
length: 4096 length: 4096