+/- table definition

Query

CREATE VIRTUAL TABLE audio_transcriptions_fts USING fts5 (
  transcription,
  device,
  speaker_id,
  content='audio_transcriptions',
  content_rowid='id',
  tokenize='unicode61'
)
Use Shift + Up/Down to navigate recently-executed queries