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