mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
auth
This commit is contained in:
@@ -27,7 +27,7 @@ model Category {
|
||||
title String @unique
|
||||
color String
|
||||
svgId String
|
||||
svg Svg @relation(fields: [svgId], references: [id])
|
||||
svg Svg @relation(fields: [svgId], references: [id], onDelete: Cascade)
|
||||
articles Article[]
|
||||
dateCreated DateTime @default(now())
|
||||
dateUpdated DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user