This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Change proposed values as necessary... | |
| Proposed Table Name: `region` | |
| Proposed Columns: ID(primary,), Name(char64), CountryCode(char2) | |
| ID - varchar(6), primary key, not null | |
| Name - varchar(64), not null | |
| Country - char(2), not null | |
| */ | |
| INSERT INTO `region` VALUES | |
| ('AD-02', 'Canillo', 'AD'), |
NewerOlder