add new column of facility_id for hospital information

This commit is contained in:
avicenan
2026-06-08 15:47:45 +09:00
parent 18ce383dbb
commit 7e46d57243

View File

@ -36,6 +36,12 @@ export class HospitalInformation {
})
code: string;
@Column({
type: 'text',
nullable: true,
})
facility_id: string;
@Column({
type: 'text',
nullable: false,