You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: My models are in separate files from schema.prisma
I am using Prisma's new feature where we can separate models to different files for better organisation. When I open the visualizer on prisma.schema I got an empty view. When I open the visualizer on a specific model.prisma, I get just the table for that model
Request: View all tables on prisma.schema
I want to view all models from all files in schema folder when I open the visualizer from prisma.schema
Issue: My models are in separate files from
schema.prisma
I am using Prisma's new feature where we can separate models to different files for better organisation. When I open the visualizer on
prisma.schema
I got an empty view. When I open the visualizer on a specificmodel.prisma
, I get just the table for that modelRequest: View all tables on
prisma.schema
I want to view all models from all files in
schema
folder when I open the visualizer fromprisma.schema
References
Multi-file Schema | Prisma Docs
The text was updated successfully, but these errors were encountered: