auto commit

This commit is contained in:
CyC2018
2019-05-14 17:05:21 +08:00
parent b030033abd
commit 688398585f
5 changed files with 7 additions and 4 deletions

View File

@ -324,7 +324,7 @@ MySQL 提供了两种相似的日期时间类型DATETIME 和 TIMESTAMP。
### 1. DATETIME
能够保存从 1001 年到 9999 年的日期和时间,精度为秒,使用 8 字节的存储空间。
能够保存从 1000 年到 9999 年的日期和时间,精度为秒,使用 8 字节的存储空间。
它与时区无关。