change table name from cashier to cashiers
This commit is contained in:
@ -11,7 +11,7 @@ import {
|
|||||||
import { EmrRegistration } from "../emr/emr_registration";
|
import { EmrRegistration } from "../emr/emr_registration";
|
||||||
import { Room } from "../room";
|
import { Room } from "../room";
|
||||||
|
|
||||||
@Entity("cashier", { schema: "cashier" })
|
@Entity("cashiers", { schema: "cashier" })
|
||||||
export class Cashier {
|
export class Cashier {
|
||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user