We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61ffb4 commit a8475f0Copy full SHA for a8475f0
postgres/prisma/schema.prisma
@@ -13,3 +13,5 @@ datasource db {
13
provider = "postgresql"
14
url = env("PSQL_URL")
15
}
16
+
17
+model Model
0 commit comments