Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/03/2004, 17:43
Avatar de JJRC
JJRC
 
Fecha de Ingreso: enero-2003
Ubicación: Argentina
Mensajes: 261
Antigüedad: 22 años
Puntos: 1
BLOB column 'caption'

Tengo este error y la verdad es que no se de que se trata...

Código PHP:
Error 
SQL
-query 

CREATE TABLE nuke_cpg_pictures 
   
pid int(11NOT NULL auto_increment
   
aid int(11) DEFAULT '0' NOT NULL
   
filepath varchar(255NOT NULL
   
filename varchar(255NOT NULL
   
filesize int(11) DEFAULT '0' NOT NULL
   
total_filesize int(11) DEFAULT '0' NOT NULL
   
pwidth smallint(6) DEFAULT '0' NOT NULL
   
pheight smallint(6) DEFAULT '0' NOT NULL
   
hits int(10) DEFAULT '0' NOT NULL
   
mtime timestamp(14), 
   
ctime int(11) DEFAULT '0' NOT NULL
   
owner_id int(11) DEFAULT '0' NOT NULL
   
owner_name varchar(40NOT NULL
   
pic_rating int(11) DEFAULT '0' NOT NULL
   
votes int(11) DEFAULT '0' NOT NULL
   
title varchar(255NOT NULL
   
caption text NOT NULL
   
keywords varchar(255NOT NULL
   
approved enum('YES','NO') DEFAULT 'NO' NOT NULL
   
user1 varchar(255NOT NULL
   
user2 varchar(255NOT NULL
   
user3 varchar(255NOT NULL
   
user4 varchar(255NOT NULL
   
url_prefix tinyint(4) DEFAULT '0' NOT NULL
   
randpos int(11) DEFAULT '0' NOT NULL
   
pic_raw_ip tinytext
   
pic_hdr_ip tinytext
   
PRIMARY KEY (pid), 
   
KEY pic_hits (hits), 
   
KEY pic_rate (pic_rating), 
   
KEY aid_approved (aidapproved), 
   
KEY randpos (randpos), 
   
KEY pic_aid (aid), 
   
KEY search (titlecaptionkeywordsfilename



MySQL ha dicho


BLOB column 'caption' used in key specification without a key length 
Pueden darme una mano con esto?

Gracias!