Add Column

Cancel

Current Schema

CREATE TABLE "execution_metadata"  (
  "id" integer PRIMARY KEY AUTOINCREMENT NOT NULL,
  "executionId" integer NOT NULL,
  "key" varchar(255) NOT NULL,
  "value" text NOT NULL,
  CONSTRAINT "FK_31d0b4c93fb85ced26f6005cda3" FOREIGN KEY ("executionId") REFERENCES "execution_entity" ("id") ON DELETE CASCADE
)