This commit is contained in:
wayanrivan
2026-04-30 14:03:16 +07:00
parent 1dae620a7a
commit feda5b33f9

View File

@ -74,6 +74,12 @@ export class PatientEducation {
})
notes: string;
@Column({
nullable: true,
type: "text",
})
education_recipient_name: string;
@CreateDateColumn()
created_at: Date;