Add Column

Cancel

Current Schema

CREATE TABLE `app_state`  (
  `id` TEXT PRIMARY KEY NOT NULL,
  `revision` INTEGER NULL,
  `content` TEXT NULL
)