Answer the question
In order to leave comments, you need to log in
What does this mean Warning: 1265 Data truncated for column?
Good day! Project in Yii2. When I try to update a record, I get:
Database Exception – yii\db\Exception
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'sale' at row 1
The SQL being executed was: UPDATE `house` SET `area`=100, `kitchen`=NULL, `live_area`=97, `room`=3, `floor`=NULL, `floors_qty`=NULL, `sale`='' WHERE `id`=1
Error Info: Array
(
[0] => 01000
[1] => 1265
[2] => Data truncated for column 'sale' at row 1
)
↵
Caused by: PDOException
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'sale' at row 1
in /home/segnava/sites/goldhouse-new/vendor/yiisoft/yii2/db/Command.php at line 844
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question