+/- table definition

Query

CREATE TABLE "__drizzle_migrations"  (
  id INTEGER PRIMARY KEY,
  hash text NOT NULL,
  created_at numeric,
  name text,
  applied_at TEXT
)
Use Shift + Up/Down to navigate recently-executed queries