mysql中DATE默认值
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql中DATE默认值相关的知识,希望对你有一定的参考价值。
参考技术A 更新,在stackoverflow上找到了8.0.13版本的解决方案: 链接经过查看官网,发现5.7版本: 链接
With one exception, the default value specified in a DEFAULT clause must be a literal constant; it cannot be a function or an expression . This means, for example, that you cannot set the default for a date column to be the value of a function such as NOW() or CURRENT_DATE . The exception is that, for TIMESTAMP and DATETIME columns, you can specify CURRENT_TIMESTAMP as the default. See Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME” .
创建表的时候,想为DATE类型设定默认值当前日期。发现一直报错,百度没有什么好办法。
以上是关于mysql中DATE默认值的主要内容,如果未能解决你的问题,请参考以下文章
为 DATE 或 DATETIME 设置默认值时 MySQL 出错
为 DATE 或 DATETIME 设置默认值时 MySQL 出错