j'ai recréé ma table comptes_definitifs mais voilà j'ai une erreur et je pense que ça vient du champ race
Ou est l'erreur?
Merci
Citation :requête SQL:
CREATE TABLE `jeu`.`comptes_definitifs` (
`id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`login` VARCHAR( 255 ) NOT NULL ,
`mot_de_passe` VARCHAR( 255 ) NOT NULL ,
`email` VARCHAR( 255 ) NOT NULL ,
`race` ENUM NOT NULL ,
`background` TEXT NOT NULL
) ENGINE = InnoDB
MySQL a répondu:
#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 'NOT NULL, `backgroun` TEXT NOT NULL) ENGINE = InnoDB' at line 1
Ou est l'erreur?
Merci