Merge pull request #704 from linehk/patch-2

notes/MySQL.md: DATETIME range should be 1000-01-01
This commit is contained in:
CyC2018 2019-05-14 17:03:36 +08:00 committed by GitHub
commit 98313bd4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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