Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Created September 30, 2017 12:03
Show Gist options
  • Save xuyuji9000/60f695e7b24717a8a59dc7b4fef2733b to your computer and use it in GitHub Desktop.
Save xuyuji9000/60f695e7b24717a8a59dc7b4fef2733b to your computer and use it in GitHub Desktop.
CREATE TABLE users (
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
name varchar(100) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment