Error Code: 1406. Data too long for column
CREATE TABLE `TEST` ( `idTEST` INT NOT NULL , `TESTcol` VARCHAR(45) NULL , PRIMARY KEY (`idTEST`) );
Try to check the limits of your SQL database. Maybe you'r exceeding the field limit for this row.