Duplicate entry '2147483647' for key 1

前端 未结 12 783
南笙
南笙 2020-12-18 21:41

Strange problem I can\'t seem to get my head around. I have a table in a MySQL database with the following structure...

    CREATE TABLE IF NOT EXISTS `tblb         


        
12条回答
  •  眼角桃花
    2020-12-18 22:29

    it's a database issue. check your phpmyadmin > your DB > structure, your primary key should be setted in "bigint", not just "int"

提交回复
热议问题