Bug #80204 | Error when trying to use Datatype TIMESTAMP() | ||
---|---|---|---|
Submitted: | 29 Jan 2016 21:49 | Modified: | 31 Jan 2016 19:26 |
Reporter: | Filipus Klutiero | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.3.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Jan 2016 21:49]
Filipus Klutiero
[30 Jan 2016 0:47]
MySQL Verification Team
Thank you for the bug report. You have the option to remove the parenthesis so you can have a column like: ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, or you type between the parenthesis so you can have a column like: ts TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6)
[31 Jan 2016 19:26]
Filipus Klutiero
I accept that some may not consider the error as a bug. I have reported the underlying issue in ticket #80209.
[28 Aug 2017 12:39]
Chiranjeevi Battula
http://bugs.mysql.com/bug.php?id=87563 marked as duplicate of this one.
[11 Sep 2017 5:41]
Chiranjeevi Battula
http://bugs.mysql.com/bug.php?id=87712 marked as duplicate of this one.