Cita:
tengo muchos campo en la bd no se si sea por eso 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
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