prisma/schema.prismagenerator client {provider = "prisma-client-js"}datasource db {provider = "postgresql"}model BlogLike {post_id Intanon_id String@@id([post_id, anon_id])@@map("blog_likes")}model Subscriber {email String @idfirst_name String?last_name String?
Showing the first 20 lines.
Get full code