This commit is contained in:
2026-04-29 19:32:11 +07:00

View File

@ -13,6 +13,12 @@ export class ResponsiblePartyConsent {
})
body: string;
@Column({
nullable: true,
type: "text",
})
type: string;
@CreateDateColumn()
created_at: Date;