Update schema.prisma name -> username

This commit is contained in:
Rudi Regentonne 2025-05-07 13:40:10 +02:00 committed by GitHub
parent dc8eede266
commit 2908601d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ datasource db {
model User { model User {
id String @id @default(uuid()) id String @id @default(uuid())
name String username String
email String email String
password String password String
} }