feat(hospital-info): add new column of code in the hospital information

This commit is contained in:
avicenan
2026-06-03 10:43:35 +09:00
parent c8f20c5cb8
commit c523bd9efa

View File

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