update
This commit is contained in:
@ -76,6 +76,12 @@ export class EformRequest {
|
||||
})
|
||||
product_type: EformRequestProductType;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 4096,
|
||||
})
|
||||
signatures: String;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 64,
|
||||
|
||||
Reference in New Issue
Block a user