This commit is contained in:
wayanrivan
2026-04-16 08:45:01 +07:00
parent 4228a1a9fa
commit 7cb2e85397

View File

@ -49,7 +49,7 @@ export class Emranamnesis {
// }) // })
// status: anamnesisStatus; // status: anamnesisStatus;
@Column({ nullable: true, type: "text", array: true }) @Column({ nullable: true, type: "text" })
status: string; status: string;
@Column() @Column()