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