Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 17, 2024
1 parent fee4a79 commit b03747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ datasource db {

model User {
id String @id @default(auto()) @map("_id") @db.ObjectId
socialProvider String @unique @map("social_provider")
socialProvider String @map("social_provider")
socialUid String @unique @map("social_uid")
nickname String
createdAt DateTime @default(now()) @map("created_at")
Expand Down

0 comments on commit b03747e

Please sign in to comment.