From 10e0633c01e6686b08767104dea4b3008a694a55 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Wed, 29 Apr 2026 17:08:59 +0700 Subject: [PATCH] updayte --- src/entity/responsible_party_consent.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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;