fixed PK
This commit is contained in:
parent
c7af63a7dd
commit
85087687d7
2 changed files with 5 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ datasource db {
|
|||
}
|
||||
|
||||
model users {
|
||||
UserId String @id
|
||||
UserId Int @id @default(autoincrement())
|
||||
Name String?
|
||||
Email String?
|
||||
Password String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue