Jump to content

Got a nasty looking SQL error :S


josh.har1

Recommended Posts

i hope you did find out that next code is sufficient to create your table;

CREATE TABLE `catalogue_deals` (
`id` INT(10) NOT NULL,  -- and if you really need it you can put some comment in it
`tid` INT(10) NOT NULL,
`amount` INT(10) NOT NULL
) ENGINE = MYISAM DEFAULT CHARSET 'latin1' COLLATE 'latin1_general_ci';

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.