This commit is contained in:
wayanrivan
2026-04-29 17:08:59 +07:00
parent b6c32a7d03
commit 10e0633c01

View File

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