This commit is contained in:
2025-10-15 02:17:12 +07:00

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;