mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
ads
This commit is contained in:
@@ -35,6 +35,8 @@ model ContentTableEntry {
|
||||
model Category {
|
||||
id Int @id @default(autoincrement())
|
||||
name String @unique
|
||||
color String @unique
|
||||
svg String @default("")
|
||||
Article Article[]
|
||||
dateCreated DateTime @default(now())
|
||||
dateUpdated DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user