new ep api to assign and cancel table
This commit is contained in:
@@ -4,7 +4,7 @@ import { Entity, PrimaryColumn, Column, OneToMany } from 'typeorm';
|
||||
@Entity({ name: 'mesa' })
|
||||
export class Mesa {
|
||||
@PrimaryColumn({ name: 'id_mesa', type: 'int' })
|
||||
idMesa: number;
|
||||
id_mesa: number;
|
||||
|
||||
@Column({ name: 'activo', type: 'tinyint', default: 1 })
|
||||
activo: boolean;
|
||||
|
||||
Reference in New Issue
Block a user