Add Column

Cancel

Current Schema

CREATE TABLE "auth"  (
  "id" VARCHAR(255) NOT NULL,
  "email" VARCHAR(255) NOT NULL,
  "password" TEXT NOT NULL NOT NULL,
  "active" INTEGER NOT NULL
)