Skip to content

Instantly share code, notes, and snippets.

@tistaharahap
Last active August 26, 2016 18:34
Show Gist options
  • Save tistaharahap/0fbed2647286fc02f8b157183b4374ba to your computer and use it in GitHub Desktop.
Save tistaharahap/0fbed2647286fc02f8b157183b4374ba to your computer and use it in GitHub Desktop.
CREATE TABLE `names` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`first_name` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
`last_name` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment