Add new MySQL internally used date/time data types. See https://bugs.mysql.com/bug.php?id=67992

This commit is contained in:
Ansgar Becker
2015-11-19 19:32:31 +00:00
parent cbbfcb268f
commit a2dfca0f00

View File

@@ -183,6 +183,9 @@ const
FIELD_TYPE_NEWDATE = 14;
FIELD_TYPE_VARCHAR = 15;
FIELD_TYPE_BIT = 16;
FIELD_TYPE_TIMESTAMP2 = 17;
FIELD_TYPE_DATETIME2 = 18;
FIELD_TYPE_TIME2 = 19;
FIELD_TYPE_JSON = 245;
FIELD_TYPE_NEWDECIMAL = 246;
FIELD_TYPE_ENUM = 247;