Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created May 23, 2016 08:04
Show Gist options
  • Save amitpatelx/7a1629deec1ae815c06d53a172d6614e to your computer and use it in GitHub Desktop.
Save amitpatelx/7a1629deec1ae815c06d53a172d6614e to your computer and use it in GitHub Desktop.
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