This commit is contained in:
Zacharias-Brohn
2026-01-14 21:45:28 +01:00
parent 2d68b5bff7
commit c6352f4a19
5 changed files with 372 additions and 25 deletions
+1
View File
@@ -23,6 +23,7 @@ model Chat {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
title String
pinned Boolean @default(false)
userId String
user User @relation(fields: [userId], references: [id])
messages Message[]