This commit is contained in:
fro1991
2025-03-11 02:59:43 +07:00
parent d24246874b
commit b015e47d0c

View File

@ -34,6 +34,12 @@ export class CreditApplication {
})
application_date: Date;
@Column({
nullable: true,
length: 256
})
cif: string;
@Column({
nullable: true,
length: 256