Drizzle dismisses existing views even when told it exists
I have a view in my database. This view is made via a normal SQL query.
Since views dont get pushed via i decided to defined it with
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!
I would appreciate it if i could get a calrafication on how to properly handle this.
Thank you!
edit: logs
2 Replies