This commit is contained in:
wayanrivan
2026-04-30 14:18:32 +07:00
parent feda5b33f9
commit 96242bab30

View File

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