Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用这样的time列创建表:
time
time TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP
但我需要添加下周日期作为默认值。我试图这样做:
time TIMESTAMP NOT NULL DEFAULT DATE(CURRENT TIMESTAMP)+7
但它不起作用。我应该怎么办?
我收到以下错误,不知道如何修复它。Stack Overflow 上还有一些其他页面解决了类似的问题,但这些似乎并不适用,或者至少我不够精明,无法解决。
当我运行 authentication_pages_spec 时,问题似乎与使用“补丁”有关,导致以下失败。请注意,我已经尝试用“put”替换“patch”