Skip to content

Instantly share code, notes, and snippets.

@anidotnet
Created March 19, 2014 06:04
Show Gist options
  • Save anidotnet/9636283 to your computer and use it in GitHub Desktop.
Save anidotnet/9636283 to your computer and use it in GitHub Desktop.
MySQL schema
CREATE TABLE `blog`.`test` (
`firstname` VARCHAR(20) NOT NULL ,
`lastname` VARCHAR(20) NULL ,
PRIMARY KEY (`firstname`) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment