drizzle bug won't let me update mysql table

wrote a bug ticket on github describing the bug but just wanted to post here as well for visibility
https://github.com/drizzle-team/drizzle-orm/issues/364

I think its because of reserved words in the table name
GitHub
What version of drizzle-orm are you using? 0.23.4 Describe the Bug Using the db push feature with a planetscale database. If I push the following minimal schema then it creates the table. export co...
Was this page helpful?