Add Column

Cancel

Current Schema

CREATE TABLE "scope"  (
  "slug" varchar(128) PRIMARY KEY NOT NULL,
  "displayName" text,
  "description" text
)