Add Column

Cancel

Current Schema

CREATE TABLE `package_blob_upload`  (
  `id` TEXT PRIMARY KEY NOT NULL,
  `bytes_received` INTEGER DEFAULT 0 NOT NULL,
  `hash_state_bytes` BLOB NULL,
  `created_unix` INTEGER NOT NULL,
  `updated_unix` INTEGER NOT NULL
)