diff --git a/content/200-orm/400-tools/06-prisma-studio.mdx b/content/200-orm/400-tools/06-prisma-studio.mdx index bff45829c7..80451e523e 100644 --- a/content/200-orm/400-tools/06-prisma-studio.mdx +++ b/content/200-orm/400-tools/06-prisma-studio.mdx @@ -126,14 +126,6 @@ Studio displays visual indicators for different field types in your database: These visual cues help you quickly understand your data structure as Studio introspects it directly from your database. -## Working with relations - -When your database tables have foreign key relationships, Studio provides tools to navigate and edit related data: - -- Click on a relation field to view the related record -- Use relation selectors when creating or editing records to link to existing data -- Open related tables in separate tabs to work with connected data simultaneously - ## Databases supported by Prisma Studio Prisma Studio currently supports the following databases: PostgreSQL, MySQL, and SQLite.