dbml
dbml copied to clipboard
[question] can i use mysql on update option?
I have used "DEFAULT current_timestamp() ON UPDATE current_timestamp()" as column default attribute.
but
default: `current_timestamp() ON UPDATE current_timestamp()`
is not to be used
can i use mysql table created on update option?
I need it too and its not working
ON UPDATE CURRENT_TIMESTAMP is exported from mysqldump and it doesn't correctly convert to DBML:
You have a syntax error at "test.sql" line 98 column 3. Expected ")" or fields but "d" found.
No, no I don't have a syntax error. It was exported from mysqldump. Please don't pretend to support MYSQL if you really don't.
seems this is also a duplicated of #141