
+1
Fixed
current_timestamp quoting
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' ,
Answer

Answer
Fixed
Hi, the new version with bug fix has been rolled.
Thank you for your assistance,
SqlDBM Team
Customer support service by UserEcho
Hi, the new version with bug fix has been rolled.
Thank you for your assistance,
SqlDBM Team