if I follow - <https://www.prisma.io/docs/guides/d...
# prisma-migrate
i
if I follow - https://www.prisma.io/docs/guides/database/advanced-database-tasks/sql-views-postgres - so that I can use prisma to query a model.. how do I make sure
migrate
doesn't try to create tables for those models
t
We currently don't have a good answer to that, migrate and introspection currently just don't play well with views.