diff --git a/src/entity/emr/emr_registration_emergency_responsible.ts b/src/entity/emr/emr_registration_emergency_responsible.ts index 70f35c5..4072928 100644 --- a/src/entity/emr/emr_registration_emergency_responsible.ts +++ b/src/entity/emr/emr_registration_emergency_responsible.ts @@ -81,6 +81,9 @@ export class EmrRegistrationEmergencyResponsible { @Column({ nullable: true, type: "boolean", default: false }) consent: boolean; + @Column({ nullable: true, type: "text" }) + consent_file: string; + @Column() @CreateDateColumn() created_at: Date;