Advertisement
TemplatesDoVitinho

Untitled

Jul 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.15 KB | None | 0 0
  1. CREATE TABLE `stafflogin` (
  2.   `user_id` int(11) NOT NULL DEFAULT '0',
  3.   `password` varchar(50) NOT NULL DEFAULT '0'
  4. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement