DBIx::Class::Schema::deploy(): DBIx::Class::Schema::deploy(): DBI Exception: DBD::Pg::db do failed: ERROR: syntax error at or near "NOT" LINE 5: "user_password" NOT NULL, ^ at deploy.pl line 32 (running "DROP TABLE IF EXISTS "users" CASCADE; CREATE TABLE "users" ( "user_id" bigserial NOT NULL, "username" character varying(256) NOT NULL, "user_password" NOT NULL, "email_address" character varying(256), "last_name" character varying(100), "active" smallint, PRIMARY KEY ("user_id") ); ") at deploy.pl line 32