Skip to content

Instantly share code, notes, and snippets.

@daum
Created May 12, 2016 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daum/a54dc9657b5e17fb0d171798511fdf12 to your computer and use it in GitHub Desktop.
Save daum/a54dc9657b5e17fb0d171798511fdf12 to your computer and use it in GitHub Desktop.
CREATE TABLE `example_entity` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`visible_label` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment