Add Column
Current Schema
CREATE TABLE "auth_permission" (
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"content_type_id" integer NOT NULL REFERENCES "django_content_type" ("id") DEFERRABLE INITIALLY DEFERRED,
"codename" varchar(100) NOT NULL,
"name" varchar(255) NOT NULL
)