Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -132,6 +132,9 @@ export class RemitTransaction {
|
|||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
callback_at: Date;
|
callback_at: Date;
|
||||||
|
|
||||||
|
@Column({ nullable: true, type: "text" })
|
||||||
|
callback_response: String;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user