Add Column

Cancel

Current Schema

CREATE TABLE app_state  (
  state_key TEXT PRIMARY KEY,
  payload TEXT NOT NULL,
  updated_at TEXT NOT NULL
)