D
DreamLake

DB Schema

TextTrack

Text track index record. Supports VTT, SRT, and JSONL formats. Stats (entryCount, time range) are computed inline on upload by parsing the staged file.

FieldTypeDescription
idObjectIdPrimary key
ownerStringNamespace slug
projectStringProject slug
episodeIdString?DreamLake episode ID
nameStringDisplay name (default: "")
embIdString?VectorIndex ID (null = not yet indexed)
entryCountIntNumber of cues/entries (default: 0)
startTimeFloat?Earliest timestamp (seconds)
endTimeFloat?Latest timestamp (seconds)
formatString"vtt" | "srt" | "jsonl" (default: "")
deletedAtDateTime?Soft delete timestamp
createdAtDateTimeCreated timestamp
updatedAtDateTimeLast updated

Indexes: owner, [owner, project], episodeId, embId