Page 1 of 1

mySQL query error

Posted: Sat Nov 02, 2002 7:12 pm
by Sky
CREATE TABLE `rp_weapons` (

`name` TEXT( 30 ) NOT NULL ,
`class` TEXT( 20 ) NOT NULL ,
`description` MEDIUMTEXT( 200 ) NOT NULL ,
`price` MEDIUMTEXT( 20 ) NOT NULL ,
`damage` MEDIUMTEXT( 200 ) NOT NULL ,
`id` TINYINT( 10 ) NOT NULL ,
UNIQUE (
`name`
)
)


that's what i got from phpmyadmin.... Wha'd i do? 8O

Posted: Sat Nov 02, 2002 7:54 pm
by mydimension
thats not an error, thats the layout of that particular table.

Posted: Sat Nov 02, 2002 9:24 pm
by Sky
Just so you know i'm not nuts i forgot the sintax error. fixed it at any rate