Add Column

Cancel

Current Schema

CREATE TABLE `session`  (
  `key` TEXT PRIMARY KEY NOT NULL,
  `data` BLOB NULL,
  `expiry` INTEGER NULL
)