Skip to content

Instantly share code, notes, and snippets.

@novemberde
Created October 16, 2017 15:28
Show Gist options
  • Save novemberde/701a8ab2b64355cb021264605b3b8963 to your computer and use it in GitHub Desktop.
Save novemberde/701a8ab2b64355cb021264605b3b8963 to your computer and use it in GitHub Desktop.
SimpleTestSQL
CREATE TABLE test (
id INT(11) unsigned NOT NULL AUTO_INCREMENT,
name 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