Shopware 5.6.0 s_core_countries
Country definitions with ISO codes, tax-free settings, and address format configuration.
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| countryname | varchar(255) | YES | |
| countryiso | varchar(255) | YES | |
| areaID | int(11) | YES | Index |
| countryen | varchar(255) | YES | |
| position | int(11) | YES | |
| notice | text | YES | |
| taxfree | int(11) | YES | |
| taxfree_ustid | int(11) | YES | |
| taxfree_ustid_checked | int(11) | YES | |
| active | int(11) | YES | |
| iso3 | varchar(45) | YES | |
| display_state_in_registration | int(1) | NO | |
| force_state_in_registration | int(1) | NO | |
| allow_shipping | int(1) | NO | Default: 1 |
| Index Name | Columns | Unique |
| areaID | areaID | No |
| PRIMARY | id | Yes |
Relations (to this table)
2 relations