Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 4, 2019 15:10
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 parzibyte/f5f832b7346a7532284328de20aeace7 to your computer and use it in GitHub Desktop.
Save parzibyte/f5f832b7346a7532284328de20aeace7 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS mascotas(
id integer primary key autoincrement,
nombre text,
edad int
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment