@danielcok17/prisma-db 1.20.12 → 1.20.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/prisma/app.prisma
CHANGED
|
@@ -350,6 +350,7 @@ model MessageFile {
|
|
|
350
350
|
convertedFileName String?
|
|
351
351
|
convertedFileType String?
|
|
352
352
|
extractedText String?
|
|
353
|
+
positionData Json? // Serialized TextPosition[] for coordinate-based citation highlighting
|
|
353
354
|
uploadedAt DateTime @default(now())
|
|
354
355
|
answer Answer? @relation(fields: [answerId], references: [id], onDelete: Cascade)
|
|
355
356
|
|