Query
CREATE VIRTUAL TABLE frames_fts USING fts5 (
full_text,
app_name,
window_name,
browser_url,
content='frames',
content_rowid='id',
tokenize='unicode61'
)
CREATE VIRTUAL TABLE frames_fts USING fts5 (
full_text,
app_name,
window_name,
browser_url,
content='frames',
content_rowid='id',
tokenize='unicode61'
)