+/- table definition

Query

CREATE TABLE `repo_unit`  (
  `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
  `repo_id` INTEGER NULL,
  `type` INTEGER NULL,
  `config` TEXT NULL,
  `created_unix` INTEGER NULL,
  `everyone_access_mode` INTEGER DEFAULT 0 NOT NULL,
  `anonymous_access_mode` INTEGER DEFAULT 0 NOT NULL
)
Use Shift + Up/Down to navigate recently-executed queries