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