change db schema to camel case
This commit is contained in:
parent
19db116ec4
commit
038015136f
|
|
@ -11,8 +11,8 @@ datasource db {
|
||||||
|
|
||||||
model User {
|
model User {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
firstname String
|
firstName String
|
||||||
lastname String
|
lastName String
|
||||||
email String @unique
|
email String @unique
|
||||||
password String
|
password String
|
||||||
posts Post[]
|
posts Post[]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue