+/- table definition

Query

CREATE TABLE `access`  (
  `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
  `user_id` INTEGER NULL,
  `repo_id` INTEGER NULL,
  `mode` INTEGER NULL
)
Use Shift + Up/Down to navigate recently-executed queries