Description
MySQL supports to add a time fraction to their DATETIME and TIMESTAMP fields. E.g. DATETIME(3) to store milliseconds or DATETIME(6) for microseconds.
This only exists as of MySQL-5.6.4 and onwards.
We should create proper CREATE TABLE statements for it if we detect one of those versions.
Attachments
Issue Links
- relates to
-
OPENJPA-2555 Timestamp precision from manual schema not respected
- Resolved