MySQL DATETIME type should be used instead of TIMESTAMP
-------------------------------------------------------
Key: DDLUTILS-10
URL: http://issues.apache.org/jira/browse/DDLUTILS-10
Project: DdlUtils
Type: Improvement
Reporter: Christoffer Hammarström
Assigned to: Thomas Dudziak
The MySQL TIMESTAMP type is a bit unreliable and has a bit strange although
probably sometimes convenient behaviour.
The most annoying thing for me right now is that it cannot be set to null.
See http://dev.mysql.com/doc/mysql/en/timestamp-pre-4-1.html and
http://dev.mysql.com/doc/mysql/en/timestamp-4-1.html
I think ddlutils should use the MySQL DATETIME type instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira