-
Bug
-
Resolution: Done
-
Major
-
0.10.0.Beta1
-
None
c4 TIMESTAMP(2) is translated into
`c4` timestamp(2) NULL DEFAULT NULL on MySQL 8
but to `c4` timestamp(2) NOT NULL DEFAULT CURRENT_TIMESTAMP(2) ON UPDATE CURRENT_TIMESTAMP(2) on MySQL 5.
The assertion testing behaviour of invalid timestamp needs to be updated.