Skip to content

Instantly share code, notes, and snippets.

@hquach
Created November 9, 2018 00:17
Show Gist options
  • Save hquach/7becab5e13e043c270d9c98e1dda1b85 to your computer and use it in GitHub Desktop.
Save hquach/7becab5e13e043c270d9c98e1dda1b85 to your computer and use it in GitHub Desktop.
CREATE TABLE `users` (
`id` int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT,
`username` varchar(80) NOT NULL,
`fname` varchar(80) NOT NULL,
`lname` varchar(80) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment