[ create a new paste ] login | about

Link: http://codepad.org/m2Vv1lPY    [ raw code | fork | 1 comment ]

Plain Text, pasted on Jun 10:
1
2
3
4
5
6
7
CREATE TABLE IF NOT EXISTS `hashes` (
  `hashid` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(250) NOT NULL,
  PRIMARY KEY (`hashid`),
  UNIQUE KEY `hash1` (`hash`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


Create a new paste based on this one


Comments:
posted by vidya@gmail.com on Dec 29
jjkj
reply