This commit is contained in:
fro1991
2025-01-28 13:14:11 +07:00
parent 57f7cbe14e
commit 9e08c2e6d5

View File

@ -63,6 +63,12 @@ export class CreditApplication {
})
status: CreditApplicationStatus;
@Column({
nullable: true,
length: 1024
})
approved_by: string;
@Column()
@CreateDateColumn()
created_at: Date;