This commit is contained in:
Janis
2022-12-27 04:34:07 +01:00
parent 0a701f211c
commit 15ca9435b4
11 changed files with 226 additions and 6 deletions

View File

@@ -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())