Created
May 23, 2016 08:04
-
-
Save amitpatelx/7a1629deec1ae815c06d53a172d6614e 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 `content_units` ( | |
`guoid` int(11) NOT NULL AUTO_INCREMENT, | |
`active` tinyint(1) DEFAULT '0', | |
PRIMARY KEY (`guoid`) | |
) 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