03-16-2011, 11:38 PM
|
|
Confirmed User
Industry Role:
Join Date: Sep 2010
Posts: 649
|
Quote:
Originally Posted by k0nr4d
oh wait, you have measurements twice.
CREATE TABLE IF NOT EXISTS `pornstar` (
`PSID` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
`name` varchar( 120 ) NOT NULL default '',
`website` text NOT NULL ,
`views` int( 11 ) NOT NULL ,
`height` text NOT NULL ,
`hair` text NOT NULL ,
`born` text NOT NULL ,
`measurements` text NOT NULL ,
`performer` text NOT NULL ,
`astrology` text NOT NULL ,
`birthplace` text NOT NULL ,
`years` text NOT NULL ,
`weight` text NOT NULL ,
`ethnic` text NOT NULL ,
`related` text NOT NULL ,
`total_videos` bigint( 20 ) NOT NULL default '0',
`about` text NOT NULL ,
`images` text NOT NULL ,
PRIMARY KEY ( `PSID` ) ,
UNIQUE KEY `name` ( `name` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8
|
Thanks a bunch, everything work now
Damn dindt see measurements was there twice
Thanks!!!
|
|
|