fix: Change num_code column from int to varchar (#7463)

This commit is contained in:
Oli Juhl
2024-05-27 10:28:07 +02:00
committed by GitHub
parent b8bc3ed16f
commit ebc4215f16
5 changed files with 9 additions and 9 deletions
@@ -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