mysql-wb-exportsqlite
mysql-wb-exportsqlite copied to clipboard
ON UPDATE CURRENT_TIMESTAMP not handled
ON UPDATE CURRENT_TIMESTAMP is not directly compatible with sqlite.
I found that I could either manually remove these statements. Alternatively, looks like there may be a create a TRIGGER which handles this:
https://stackoverflow.com/questions/6578439/on-update-current-timestamp-with-sqlite