gpt4 book ai didi

php - Mysql多时间戳列更新

转载 作者:行者123 更新时间:2023-11-29 02:04:37 26 4
gpt4 key购买 nike

考虑一下:

    +---------------+--------------+------+-----+-------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+-------------------+-----------------------------+
| email_address | varchar(100) | NO | PRI | NULL | |
| create_date | timestamp | NO | | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
| optin_date | timestamp | YES | | NULL | |
| optout_date | timestamp | YES | | NULL | |
+---------------+--------------+------+-----+-------------------+-----------------------------+

使用 PHP,如何让 optin_dateoptout_date 列存储当前时间戳?

最佳答案

您只能有一个 current_timestamp 列。其次,您必须在插入/更新时使用触发器。

http://dev.mysql.com/doc/refman/5.0/en/create-trigger.html

关于php - Mysql多时间戳列更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8723529/

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