![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/03/2008, 12:28
|
| | Fecha de Ingreso: septiembre-2007
Mensajes: 200
Antigüedad: 17 años, 4 meses Puntos: 0 | |
dudas dudas y mas dudas consulta SQL:
¿Que me quiere decir que tengo mal?
CREATE TABLE `guestbook` (
`id` INT( 5 ) NOT NULL AUTO_INCREMENT ,
`name` TEXT CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL ,
`email` TEXT CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL ,
`comments` TEXT CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL ,
`time` DATE NOT NULL ,
FULLTEXT (
`name` ,
`email` ,
`comments`
)
) ENGINE = MYISAM
MySQL ha dicho:
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key |