SQL

CREATE TABLE 'audio_transcriptions_fts_docsize' (
  id INTEGER PRIMARY KEY,
  sz BLOB
)

Columns

Column Data type Allow null Primary key Actions
id INTEGER read-only
sz BLOB read-only

Indexes

Name Columns Unique SQL Drop?