mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
Update schema.prisma name -> username
This commit is contained in:
parent
e1eb9aaed1
commit
92d7ab1513
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