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