Drizzle wants to truncate my tables when not needed
I have this schema:
I already have users in this table in production. Now I want to add a flag like this:
When I then run drizzle-kit push:sqlite (im using turso) it wants to truncate the table:
Am I missing something? To me this doesn't make sense.
1 Reply
Not sure if this is an sqlite limitation or a drizzle limitation. Either way you're not doing anything wrong