Add Column

Cancel

Current Schema

CREATE TABLE `email_hash`  (
  `hash` TEXT PRIMARY KEY NOT NULL,
  `email` TEXT NOT NULL
)