Skip to content

Instantly share code, notes, and snippets.

@myronmarston
Created January 4, 2013 18:40
Show Gist options
  • Save myronmarston/4454849 to your computer and use it in GitHub Desktop.
Save myronmarston/4454849 to your computer and use it in GitHub Desktop.
CREATE TABLE `engines` (
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=5249 DEFAULT CHARSET=utf8mb4;
INSERT INTO `engines` (`name`) VALUES ("~other~"), ("bing"), ("google");
SELECT * FROM `engines` ORDER BY `name` ASC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment