+/- table definition

Query

CREATE TABLE elements (
  id INT,
  frame_id INT,
  source TEXT,
  role TEXT,
  text TEXT,
  parent_id INT,
  depth INT,
  left_bound REAL,
  top_bound REAL,
  width_bound REAL,
  height_bound REAL,
  confidence REAL,
  sort_order INT,
  properties TEXT
)
Use Shift + Up/Down to navigate recently-executed queries