+1
Fixed

current_timestamp quoting

danielneri 5 years ago updated by anonymous 5 years ago 3

I have a default value of `CURRENT_TIMESTAMP` in many of my tables. Prior to the recent release, these were being generated correctly when using the forward engineer tool. Now they are being rendered in quotes which breaks my autogeneration of dbs.


BEFORE

`createdAt` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , 


AFTER


`createdAt` DATETIME NOT NULL DEFAULT 'CURRENT\_TIMESTAMP' ,



MySQL

Answer

Answer
Fixed

Hi, the new version with bug fix has been rolled.


Thank you for your assistance,

SqlDBM Team

GOOD, I'M SATISFIED
Satisfaction mark by danielneri 5 years ago
Accepted

Thank you for bug report, we will fix it.


SqlDBM Team

Answer
Fixed

Hi, the new version with bug fix has been rolled.


Thank you for your assistance,

SqlDBM Team