Created
May 13, 2012 14:19
-
-
Save olegwtf/2688652 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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