We use PlanetScale for our database provider, and thus do not use foreign keys, but instead use relationMode = "prisma". In Prisma Studio v7, columns that reference another table are just shown as varchar, without any ability to click on the item to open that related record in its own table.
I tested this with proper foreign keys, and it is possible to traverse the relations, so it appears that this just doesn't work with relationMode = "prisma".
We use PlanetScale for our database provider, and thus do not use foreign keys, but instead use
relationMode = "prisma". In Prisma Studio v7, columns that reference another table are just shown asvarchar, without any ability to click on the item to open that related record in its own table.I tested this with proper foreign keys, and it is possible to traverse the relations, so it appears that this just doesn't work with
relationMode = "prisma".