+/- table definition

Query

CREATE TABLE `users`  (
  `id` text PRIMARY KEY NOT NULL,
  `disabled` integer DEFAULT false NOT NULL
)
Use Shift + Up/Down to navigate recently-executed queries