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