Skip to content

Instantly share code, notes, and snippets.

@nogawanogawa
Last active August 12, 2019 01:57
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 nogawanogawa/6b48159301814c8155bb317d7ed34d11 to your computer and use it in GitHub Desktop.
Save nogawanogawa/6b48159301814c8155bb317d7ed34d11 to your computer and use it in GitHub Desktop.
CREATE TABLE COMMENT
(
ID INT NOT NULL
AUTO_INCREMENT,
TITLE VARCHAR
(32) NOT NULL,
CATEGORY VARCHAR
(32) NOT NULL,
CONTENT VARCHAR
(32) NOT NULL,
PRIMARY KEY
(ID)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment