SQL
CREATE VIRTUAL TABLE elements_fts USING fts5 (
text,
role,
frame_id UNINDEXED,
content='elements',
content_rowid='id',
tokenize='unicode61'
)
Columns
| Column | Data type | Allow null | Primary key | Actions |
|---|---|---|---|---|
text |
|
✓ | read-only | |
role |
|
✓ | read-only | |
frame_id |
|
✓ | read-only |
Indexes
| Name | Columns | Unique | SQL | Drop? |
|---|