29/07/2003, 10:04
|
| | Fecha de Ingreso: julio-2003
Mensajes: 54
Antigüedad: 21 años, 3 meses Puntos: 0 | |
creo que estoy haciendo algo mal
Error
SQL-query :
CREATE TABLE `lista` (`ID` INT NOT NULL AUTO_INCREMENT, `categoria` VARCHAR(100) NOT NULL, `nombre` VARCHAR(100) NOT NULL, `descripcion` TEXT NOT NULL, `swf` VARCHAR(50) NOT NULL, `imagen` VARCHAR(50) NOT NULL)
MySQL ha dicho:
Incorrect table definition; There can only be one auto column and it must be defined as a key |