Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Last active June 21, 2022 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OMGZui/bbbf1aa36a19a19960ff4b33dda8f93e to your computer and use it in GitHub Desktop.
Save OMGZui/bbbf1aa36a19a19960ff4b33dda8f93e to your computer and use it in GitHub Desktop.
CREATE TABLE `doc` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',
`position` int(11) DEFAULT '0' COMMENT 'position',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment