update
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user