add new column of facility_id for hospital information
This commit is contained in:
@ -36,6 +36,12 @@ export class HospitalInformation {
|
||||
})
|
||||
code: string;
|
||||
|
||||
@Column({
|
||||
type: 'text',
|
||||
nullable: true,
|
||||
})
|
||||
facility_id: string;
|
||||
|
||||
@Column({
|
||||
type: 'text',
|
||||
nullable: false,
|
||||
|
||||
Reference in New Issue
Block a user