Skip to content

Instantly share code, notes, and snippets.

@nwillc
Created April 8, 2018 13:57
Show Gist options
  • Save nwillc/0e66abd0ea5a3f633f55b344c9591fa2 to your computer and use it in GitHub Desktop.
Save nwillc/0e66abd0ea5a3f633f55b344c9591fa2 to your computer and use it in GitHub Desktop.
A table with a generated key
CREATE TABLE WORDS(ID BIGINT AUTO_INCREMENT, WORD CHAR(20))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment