update
This commit is contained in:
@ -28,6 +28,9 @@ export class RadiologyServices {
|
||||
@Column({ nullable: true, type: "text" })
|
||||
notes: string;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
result: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user