Skip to content

Instantly share code, notes, and snippets.

@olegwtf
Created May 13, 2012 14:19
Show Gist options
  • Save olegwtf/2688652 to your computer and use it in GitHub Desktop.
Save olegwtf/2688652 to your computer and use it in GitHub Desktop.
CREATE TABLE `dbrepl`.`allok` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(256) NOT NULL,
`type` enum('TYPE_OK','TYPE_FAIL') NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment