diff --git a/src/entity/responsible_party_consent.ts b/src/entity/responsible_party_consent.ts index 613e115..bd59c16 100644 --- a/src/entity/responsible_party_consent.ts +++ b/src/entity/responsible_party_consent.ts @@ -13,6 +13,12 @@ export class ResponsiblePartyConsent { }) body: string; + @Column({ + nullable: true, + type: "text", + }) + type: string; + @CreateDateColumn() created_at: Date;