This commit is contained in:
wayanrivan
2026-04-26 11:30:01 +07:00
parent e51327a1a7
commit 0cf730ff31

View File

@ -38,6 +38,9 @@ export class DischargeStatusEmergency {
@Column({ nullable: true, type: "int" }) @Column({ nullable: true, type: "int" })
age_responsible_person: number | null; age_responsible_person: number | null;
@Column({ nullable: true, type: "text" })
address: string | null;
@Column({ nullable: true, type: "text" }) @Column({ nullable: true, type: "text" })
reason_discharge: string | null; reason_discharge: string | null;