Skip to content

Commit

Permalink
role column
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Dec 29, 2024
1 parent eddb539 commit cdbcb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ model Rainfall {
model User {
login String @id(map: "users_pkey") @db.VarChar(20)
password String @map("password") @db.VarChar(200)
role String @map("direction") @db.VarChar(5)
role String @map("role") @db.VarChar(5)
@@map("users")
}

0 comments on commit cdbcb8b

Please sign in to comment.