fix: ensure model table is lowercase, plural

This commit is contained in:
Derrick Hammer 2023-12-17 18:10:58 -05:00
parent cf10bd0201
commit 175eac054f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ datasource db {
}
model Article {
@@map("articles")
id Int @id @default(autoincrement())
title String
slug String