mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
Update schema.prisma name -> username
This commit is contained in:
parent
dc8eede266
commit
2908601d76
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ datasource db {
|
|||
|
||||
model User {
|
||||
id String @id @default(uuid())
|
||||
name String
|
||||
username String
|
||||
email String
|
||||
password String
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue