update
This commit is contained in:
@ -26,6 +26,12 @@ export class EformConfigNationality {
|
||||
})
|
||||
code_number: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
flag: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 64,
|
||||
|
||||
Reference in New Issue
Block a user