Last active
April 5, 2018 08:36
-
-
Save sebgates/a7f51972e208c67e94ff5039135d91b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Table structure for table `user_data` | |
-- | |
CREATE TABLE `user_data` ( | |
`id` int(5) NOT NULL, | |
`username` varchar(25) NOT NULL, | |
`email` varchar(25) NOT NULL | |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; | |
COMMIT; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment