A prisma.schema for an advance Social Media Website
This is a Prisma schema file that defines the data models, enums, and relationships for a social media application. You can suggest things in Comments. This is example Repository :- https://github.com/SH20RAJ/shadev2/ generator client { provider = "prisma-client-js" } datasource db...