SQL

CREATE VIRTUAL TABLE frames_fts USING fts5 (
  full_text,
  app_name,
  window_name,
  browser_url,
  id UNINDEXED,
  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
id read-only

Indexes

Name Columns Unique SQL Drop?