I am interested in the question: what is added to the cell if the size of the number is exceeded by the table settings.
$sql1="CREATE TABLE `sanyoka_T1`(`pole` SMALLINT,`pole2` TEXT)"; $sql2="INSERT INTO `sanyoka_T1` (`pole`) VALUES (7657644557557)"; $sql2="INSERT INTO `sanyoka_T1` (`pole`) VALUES (55187)"; $sql2="INSERT INTO `sanyoka_T1` (`pole`) VALUES (87)";
I added this number 32767. How was it calculated? Here the question is not about changing the field settings.