Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 23, 2018 16:29
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/dd0cc5476f305d9d4c45c3988a84ba0f to your computer and use it in GitHub Desktop.
Save parzibyte/dd0cc5476f305d9d4c45c3988a84ba0f to your computer and use it in GitHub Desktop.
CREATE TABLE nombres(
rowid BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
nombre VARCHAR(255) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment