This commit is contained in:
JBB0807 2025-04-17 13:20:08 -07:00
parent c7af63a7dd
commit 85087687d7
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ datasource db {
}
model users {
UserId String @id
UserId Int @id @default(autoincrement())
Name String?
Email String?
Password String?