Skip to content

Instantly share code, notes, and snippets.

@john-nash-rs
Created July 12, 2018 13:27
Embed
What would you like to do?
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