Add Column

Cancel

Current Schema

CREATE TABLE shabbatSchCard  (
  event string NOT NULL PRIMARY KEY,
  "time" string NOT NULL
)