feat: add column check bill

This commit is contained in:
2022-05-16 15:05:03 +07:00
parent feda138732
commit 6bc9c72df8
2 changed files with 29 additions and 1 deletions

View File

@@ -16,6 +16,11 @@ export class Transactions extends BaseModel {
@Column()
type: typeTransaction;
@Column({
nullable: true,
})
check_bill: string;
@Column({
type: 'uuid',
nullable: true,