Nieuw lid |
|
Maar er zit eeen fout in de sql
ik krijg bij deze query :
CREATE TABLE `woorden` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`woord` text COLLATE latin1_general_ci NOT NULL ,
`antwoord` text COLLATE latin1_general_ci NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci AUTO_INCREMENT =1685
Deze fout
MySQL retourneerde: Documentatie
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL,
`antwoord` text collate
Wat moet het dan zijn ?
|