Subject: | wrong default value for timestamp CURRENT_TIMESTAMP value |
sqlt-tool produces an invalid default value for fields of type
"timestamp" (it uses 'CURRENT_TIMESTAMP' with single quotes instead of
the same value without quotes).
Code:
ctime timestamp on update CURRENT_TIMESTAMP NOT NULL DEFAULT
'CURRENT_TIMESTAMP'.