feat: add column check bill
This commit is contained in:
@@ -16,6 +16,11 @@ export class Transactions extends BaseModel {
|
||||
@Column()
|
||||
type: typeTransaction;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
})
|
||||
check_bill: string;
|
||||
|
||||
@Column({
|
||||
type: 'uuid',
|
||||
nullable: true,
|
||||
|
||||
Reference in New Issue
Block a user