What is the maximum size of int(10) in Mysql

前端 未结 3 1840
时光取名叫无心
时光取名叫无心 2021-02-06 21:23

In my database I have declared a variable of datatype Int(10). If I type a number in a textbox in my web page, that number is stored in a variable whose largest val

3条回答
  •  灰色年华
    2021-02-06 21:52

    Just use BigInt Instead of Int in Mysql and if you want explanation in brief then goto

    MySQL DataTypes

提交回复
热议问题