feat(refferal-hospital): add column of order number for ordering
This commit is contained in:
@ -12,6 +12,9 @@ import {
|
|||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id!: string;
|
id!: string;
|
||||||
|
|
||||||
|
@Column({ type: "number", nullable: true })
|
||||||
|
order_number: number;
|
||||||
|
|
||||||
@Column({ type: "text", nullable: false })
|
@Column({ type: "text", nullable: false })
|
||||||
refferal_hospital_name!: string;
|
refferal_hospital_name!: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user