fix order number in refferal hospital
This commit is contained in:
@ -13,7 +13,7 @@ export class RefferalHospital {
|
||||
id!: string;
|
||||
|
||||
@Column({ type: "number", nullable: true })
|
||||
order_number: number;
|
||||
order_number: string;
|
||||
|
||||
@Column({ type: "text", nullable: false })
|
||||
refferal_hospital_name!: string;
|
||||
|
||||
Reference in New Issue
Block a user