fix: Change num_code column from int to varchar (#7463)
This commit is contained in:
@@ -22,8 +22,8 @@ export default class Country {
|
||||
@Property({ columnType: "text" })
|
||||
iso_3: string
|
||||
|
||||
@Property({ columnType: "int" })
|
||||
num_code: number
|
||||
@Property({ columnType: "text" })
|
||||
num_code: string
|
||||
|
||||
@Property({ columnType: "text" })
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user