mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
enhance(core): replace string with enum for country (#735)
This commit is contained in:
@ -8,7 +8,7 @@ diesel::table! {
|
||||
id -> Int4,
|
||||
address_id -> Varchar,
|
||||
city -> Nullable<Varchar>,
|
||||
country -> Nullable<Varchar>,
|
||||
country -> Nullable<CountryCode>,
|
||||
line1 -> Nullable<Varchar>,
|
||||
line2 -> Nullable<Varchar>,
|
||||
line3 -> Nullable<Varchar>,
|
||||
|
||||
Reference in New Issue
Block a user