This commit is contained in:
2025-08-26 01:00:22 +07:00
parent dcb2fa0487
commit 0d6a1848c1

View File

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