db:push not asking if I want to rename or create a new table.
I have been unable to delete my tables. New to Drizzle, TIA.
2 Replies
could you please share your ts schema and changes to reproduce it
would love to fix it
yea this is my schema:
This is my drizzle.config:
So when I run db:push with a different table name there will be a new table created. If I added a new field to the same table, then there will be no change to the table at all.