SQL

CREATE VIRTUAL TABLE memories_fts USING fts5 (
  content,
  tags,
  content='memories',
  content_rowid='id',
  tokenize='unicode61'
)

Columns

Column Data type Allow null Primary key Actions
content read-only
tags read-only

Indexes

Name Columns Unique SQL Drop?