Genio
DTDrizzle Team
•Created by Genio on 1/30/2025 in #help
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
3 replies
DTDrizzle Team
•Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
I keep getting this error when i run drizzle-kit push.
I dont know if it has anything to do with my schema
17 replies