+/- table definition

Query

CREATE TABLE `unit`  (
  `id` text PRIMARY KEY,
  `symbol` text NOT NULL
)
Use Shift + Up/Down to navigate recently-executed queries