Mysql date warning data truncated

后端 未结 2 1668
别跟我提以往
别跟我提以往 2021-01-18 01:10

I\'m having an interesting issue with Mysql DATE format. I have this table :

| id          | int(11)      | NO   | PRI | NULL    | auto_increment |
| file_pa         


        
2条回答
  •  猫巷女王i
    2021-01-18 02:08

    I had a similar problem recently, my issue was that I was trying to upload a datetime object as a date object. Although that's not the same issue that Gui O was having, if you run into this, make sure that you're actually trying to upload a date object.

提交回复
热议问题