+/- table definition

Query

CREATE TABLE `repo_indexer_status`  (
  `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
  `repo_id` INTEGER NULL,
  `commit_sha` TEXT NULL,
  `indexer_type` INTEGER DEFAULT 0 NOT NULL
)
Use Shift + Up/Down to navigate recently-executed queries