Skip to content

Instantly share code, notes, and snippets.

@sebgates
Last active April 5, 2018 08:36
Show Gist options
  • Save sebgates/a7f51972e208c67e94ff5039135d91b3 to your computer and use it in GitHub Desktop.
Save sebgates/a7f51972e208c67e94ff5039135d91b3 to your computer and use it in GitHub Desktop.
--
-- 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