How do I fix the 'Out of range value adjusted for column' error?

后端 未结 4 464
梦谈多话
梦谈多话 2020-12-11 14:50

I went into phpMyAdmin and changed the value for an integer(15)field to a 10-digit number, so everything should work fine. I entered the value \'4085628851\' and I am receiv

4条回答
  •  温柔的废话
    2020-12-11 15:28

    you can try not giving the value that starts with'0'. If you want to begin the values with zero, then use varchar datatype

提交回复
热议问题