Add Column

Cancel

Current Schema

CREATE TABLE `unit`  (
  `id` text PRIMARY KEY,
  `symbol` text NOT NULL
)