Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created July 1, 2019 08:56
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 simonrenoult/5a25b5bb842cb028d513a2815a4ca62c to your computer and use it in GitHub Desktop.
Save simonrenoult/5a25b5bb842cb028d513a2815a4ca62c to your computer and use it in GitHub Desktop.
CREATE TABLE articles (
article_id VARCHAR(32),
article_title VARCHAR(255),
article_content TEXT,
PRIMARY KEY (article_id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment