From bc0e83879e2141ccffb685adb89e2d7700bfdc8d Mon Sep 17 00:00:00 2001 From: Nisarg Date: Sun, 10 Oct 2021 23:45:29 -0700 Subject: [PATCH] this is all I got --- prisma/schema.postgresql.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.postgresql.prisma b/prisma/schema.postgresql.prisma index a4c652e5..8ecdcb8b 100644 --- a/prisma/schema.postgresql.prisma +++ b/prisma/schema.postgresql.prisma @@ -63,7 +63,7 @@ model session { language String? @db.VarChar(35) country String? @db.Char(2) region String? @db.VarChar(35) - city String? @db.VarChar(100) + city String? @db.VarChar(100) website website @relation(fields: [website_id], references: [website_id]) event event[] pageview pageview[]