gpt4 book ai didi

php - 如何禁用updated_at的时间戳值?

转载 作者:行者123 更新时间:2023-11-29 18:27:25 30 4
gpt4 key购买 nike

这是错误:

Database Exception – yii\db\Exception

SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '1504595835' for column 'updated_at' at row 1
The SQL being executed was: UPDATE `user` SET `password_reset_token`='zDPxEMdJ2EaaCf2VsI_Uf9QNf0q2MKcn_1504595835', `updated_at`='1504595835' WHERE `id`=19
Error Info: Array
(
[0] => 22007
[1] => 1292
[2] => Incorrect datetime value: '1504595835' for column 'updated_at' at row 1
)

我不知道在哪里为updated_at 字段分配时间戳。

我尝试将 Updated_at 的值设置为 date("Y-m-d H:i:s"),但仍然没有运气。

我也尝试设置行为,但仍然没有成功。

谁能帮忙解决这个问题吗?

最佳答案

您声明的列“updated_at”和“created_at”是错误的。你必须将其更改为

int(11) 

here 中所述

关于php - 如何禁用updated_at的时间戳值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46049077/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com