Drizzle push not respecting .existing views. Have to drop the view everytime i change schema
Like the title says, everytime i change my schema and push it via npx drizzle-kit push.
It prompts me to drop the view table.
so whenever i push schema changes drizzle doesnt prompt me to drop the table to make changes.
However, even after putting the view in my schema.ts, whenever i push i still get a prompt to drop the view!
Because the view is complex, i created it in the database directly via SQL.
Then in drizzle i should just say its existing and it shouldnt care about it and ignore it right?
But that doesnt seem to be the case, so how can i instruct drizzle to trust me and just ignore it haha
I would appreciate it if i could get a calrafication on how to properly handle this.
Thank you
0 Replies