update
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user