update
This commit is contained in:
@ -29,8 +29,8 @@ export class CreditApplication {
|
||||
code: string;
|
||||
|
||||
@Column({
|
||||
type: Date,
|
||||
nullable: false,
|
||||
type: 'date',
|
||||
nullable: true,
|
||||
})
|
||||
application_date: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user