fix: ensure model table is lowercase, plural
This commit is contained in:
parent
cf10bd0201
commit
175eac054f
|
@ -8,6 +8,7 @@ datasource db {
|
|||
}
|
||||
|
||||
model Article {
|
||||
@@map("articles")
|
||||
id Int @id @default(autoincrement())
|
||||
title String
|
||||
slug String
|
||||
|
|
Loading…
Reference in New Issue