Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/05/2010, 14:04
cher1_7
(Desactivado)
 
Fecha de Ingreso: junio-2008
Mensajes: 287
Antigüedad: 16 años, 5 meses
Puntos: 9
tengo un problema al insertar campos en bd

lo que pasa es que trato de anadir un campo mas a mi bd pero me da error

Cita:
Error
consulta SQL:

ALTER TABLE `registro_usuarios` ADD `segundo_puesto` VARCHAR( 1000 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL AFTER `segundo_motivo_separacion`

MySQL ha dicho:

#1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
tengo muchos campo en la bd no se si sea por eso