country_codes
국가 코드 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| code | char(2) utf8mb4_unicode_ci | Primary Key | 국가 코드 |
| country | varchar(255) utf8mb4_unicode_ci | 국가명 |
| Column name | Type | Index | Description |
|---|---|---|---|
| code | char(2) utf8mb4_unicode_ci | Primary Key | 국가 코드 |
| country | varchar(255) utf8mb4_unicode_ci | 국가명 |