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