+/- table definition

Query

CREATE TABLE migrations  (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  name TEXT NOT NULL,
  executed_at DATETIME DEFAULT CURRENT_TIMESTAMP
)
Use Shift + Up/Down to navigate recently-executed queries