Skip to content

Instantly share code, notes, and snippets.

@moriya-hm5
Created October 27, 2019 08:06
Show Gist options
  • Save moriya-hm5/7eaa3c6532c3a0c614082cd98c020e6a to your computer and use it in GitHub Desktop.
Save moriya-hm5/7eaa3c6532c3a0c614082cd98c020e6a to your computer and use it in GitHub Desktop.
CREATE TABLE `m_emp` (
`empno` bigint(20) NOT NULL AUTO_INCREMENT,
`empname` varchar(255) DEFAULT NULL,
`departmentid` varchar(10) DEFAULT NULL,
PRIMARY KEY (`empno`)
) ENGINE=InnoDB AUTO_INCREMENT=1234567890123456790 DEFAULT CHARSET=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment