update: add discharge_date to discharge status emergency
This commit is contained in:
@ -62,6 +62,10 @@ export class DischargeStatusEmergency {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
description: string;
|
description: string;
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
@CreateDateColumn({nullable: true, type: "date"})
|
||||||
|
discharge_date: Date;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user