Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 18, 2018 19:52
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 uno-de-piera/ac7be0833eeb62ba1e5eb309a03f4b92 to your computer and use it in GitHub Desktop.
Save uno-de-piera/ac7be0833eeb62ba1e5eb309a03f4b92 to your computer and use it in GitHub Desktop.
CREATE TABLE posts(
id_post int AUTO_INCREMENT not null PRIMARY KEY,
titulo varchar(100),
autor varchar(100),
cuerpo text,
fecha timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment