This commit is contained in:
fro1991
2025-07-15 15:33:55 +07:00
parent cc21c3860c
commit d6e401028f

View File

@ -27,6 +27,7 @@ export class RemitTransactionPartnerCallbackLog {
url: string; url: string;
@Column({ @Column({
nullable: true,
type: "jsonb", type: "jsonb",
}) })
header: string; header: string;
@ -34,7 +35,7 @@ export class RemitTransactionPartnerCallbackLog {
@Column({ @Column({
type: "jsonb", type: "jsonb",
}) })
body: string; body: any;
@Column() @Column()
request_at: Date; request_at: Date;