This commit is contained in:
2025-09-07 03:19:50 +07:00
parent a5724e3b55
commit c73b239530

View File

@ -26,6 +26,12 @@ export class EformConfigNationality {
}) })
code_number: string; code_number: string;
@Column({
nullable: true,
length: 256,
})
flag: string;
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,