Guest User

Untitled

a guest
Feb 18th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE `filecontents` (
  2. `fid` int(11) NOT NULL AUTO_INCREMENT,
  3. `fname` varchar(256) DEFAULT NULL,
  4. `fcontents` blob,
  5. PRIMARY KEY (`fid`)
  6. ) ENGINE=InnoDB
Add Comment
Please, Sign In to add comment