Update task schema with show toggles and keywords

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-01 17:56:18 +09:00
parent 0a1cb3efe7
commit aeb2f29d4d
7 changed files with 141 additions and 60 deletions

View File

@@ -53,6 +53,10 @@ model Task {
startDate DateTime?
dueDate DateTime?
showDate Boolean @default(true)
showDescription Boolean @default(true)
showStatus Boolean @default(true)
showIssue Boolean @default(true)
keywords String?
creatorId String
assigneeId String?
createdAt DateTime @default(now())