DrizzleORM drops tables already in database when trying to add new tables?
Im trying to add some new tables to the DB with drizzle, but the db already had data in it through prisma. trying to push the schema is asking me to drop all of those tables? Anyone know why?