Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created March 9, 2010 03:14
Show Gist options
  • Save slywalker/326101 to your computer and use it in GitHub Desktop.
Save slywalker/326101 to your computer and use it in GitHub Desktop.
--
-- テーブルの構造 `tags`
--
CREATE TABLE `tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment