Possible bug in kit when using magic sql
I've found what could possibly be a bug in drizzle-kit, but before I file an issue, I wanted to check if anyone else has had this issue:
I have a column such as
in my MySQL schema definitions, which is valid. However when trying to use drizzle-kit's "Drizzle runner", the schema definition becomes
and refuses to run because CURRENT_TIMESTAMP is not defined (CURRENT_TIMESTAMP also has error highlighting in the read-only editor of the schema in the UI).
Is this a bug, or am I doing something wrong?

0 Replies