Add Column

Cancel

Current Schema

CREATE TABLE "PackageType"  (
  "id" integer PRIMARY KEY,
  "name" text NOT NULL
)