must i use snake case in all my database naming

Example when using prisma
model User {
...
CompletedOrdersId String @map("completed_orders_id")

@@map(["users"])
}
model User {
...
CompletedOrdersId String @map("completed_orders_id")

@@map(["users"])
}
Must i go through all this stress or just doing it for the table name is enough Must i still do it for each column?
1 Reply
Finn
Finn2y ago
Why must you use snake case
Want results from more Discord servers?
Add your server