摘要:1. 虽然mysql中日期时间类型比较多,但是支持默认值的类型只有timestamp,详见这里。 2. 希望新增记录时自动写入当前时间,建表语句如下: `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 3. 希望更新记得值时还能自
阅读全文
posted @ 2019-09-06 16:12
posted @ 2019-09-06 16:12
posted @ 2019-09-05 17:57
posted @ 2019-09-02 11:54