Sqlite 设置默认时间为本地时间
Posted vonly的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sqlite 设置默认时间为本地时间相关的知识,希望对你有一定的参考价值。
Sqlite 设置默认时间为本地时间
先设置字段类型为datetime,
再把缺省值设置为datetime( ‘now‘, ‘localtime‘ ) 代码查看如下
Time DATETIME DEFAULT ( datetime( ‘now‘, ‘localtime‘ ) )
以上是关于Sqlite 设置默认时间为本地时间的主要内容,如果未能解决你的问题,请参考以下文章