Toggle helper tables
CREATE TABLE "PackageType" ( "id" integer PRIMARY KEY, "name" text NOT NULL )
+ Add column
id
INTEGER
name
TEXT
+ Add index