This commit is contained in:
fro1991
2025-01-28 15:24:07 +07:00
parent 6e45579833
commit 02a0377840

View File

@ -29,8 +29,8 @@ export class CreditApplication {
code: string;
@Column({
type: Date,
nullable: false,
type: 'date',
nullable: true,
})
application_date: Date;