This commit is contained in:
wayanrivan
2026-02-26 13:54:47 +07:00
parent f0109fa125
commit c23a1c036d

View File

@ -28,6 +28,9 @@ export class RadiologyServices {
@Column({ nullable: true, type: "text" }) @Column({ nullable: true, type: "text" })
notes: string; notes: string;
@Column({ nullable: true, type: "text" })
result: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()
created_at: Date; created_at: Date;