This commit is contained in:
fro1991
2025-10-14 18:14:03 +07:00
parent 793d922e46
commit be212a1689

View File

@ -132,6 +132,9 @@ export class RemitTransaction {
@Column({ nullable: true })
callback_at: Date;
@Column({ nullable: true, type: "text" })
callback_response: String;
@Column()
@CreateDateColumn()
created_at: Date;