update
This commit is contained in:
@ -63,6 +63,12 @@ export class CreditApplication {
|
|||||||
})
|
})
|
||||||
status: CreditApplicationStatus;
|
status: CreditApplicationStatus;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 1024
|
||||||
|
})
|
||||||
|
approved_by: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user