Add Column

Cancel

Current Schema

CREATE TABLE 'memory_items_fts_idx' (
  segid,
  term,
  pgno,
  PRIMARY KEY(segid, term)
)