Add Column

Cancel

Current Schema

CREATE TABLE _astro_db_snapshot  (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  version TEXT,
  snapshot BLOB
)