Skip to content

Instantly share code, notes, and snippets.

@john-nash-rs
Created July 12, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-nash-rs/eda65377e68f280758cea3ab54347486 to your computer and use it in GitHub Desktop.
Save john-nash-rs/eda65377e68f280758cea3ab54347486 to your computer and use it in GitHub Desktop.
CREATE TABLE `info` (
`name` varchar(50) NOT NULL DEFAULT '',
`empid` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`empid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment