This commit is contained in:
2025-08-28 13:46:06 +07:00
parent 1455821fbc
commit 6b1e160c3c

View File

@ -82,6 +82,12 @@ export class EformRequest {
}) })
signatures: String; signatures: String;
@Column({
nullable: true,
length: 4096,
})
mailing: String;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,