`push` column types conflicts for unchanged columns

I have added a new table to the schema. I have not modified anything else. I am getting this error (see image) when I run push:mysql.

You can see that the column types are the same in reality. And none of the mentioned columns are from the table I am trying to create.

using:
drizzle-kit: v0.20.2
drizzle-orm: v0.29.0
mysql2: v3.6.3
image.png
Was this page helpful?