SQL
CREATE VIRTUAL TABLE audio_transcriptions_fts USING fts5 (
transcription,
device,
speaker_id,
content='audio_transcriptions',
content_rowid='id',
tokenize='unicode61'
)
Columns
| Column | Data type | Allow null | Primary key | Actions |
|---|---|---|---|---|
transcription |
|
✓ | read-only | |
device |
|
✓ | read-only | |
speaker_id |
|
✓ | read-only |
Indexes
| Name | Columns | Unique | SQL | Drop? |
|---|