SQL

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

Columns

Column Data type Allow null Primary key Actions
full_text read-only
app_name read-only
window_name read-only
browser_url read-only

Indexes

Name Columns Unique SQL Drop?