This commit is contained in:
fro1991
2025-03-11 05:33:49 +07:00
parent cc2fa3fc24
commit 855fcefaf6

View File

@ -55,6 +55,12 @@ export class CreditTypeForms {
})
status: Status;
@Column({
nullable: true,
length: 4096
})
info: string;
@Column()
@CreateDateColumn()
created_at: Date;