The down method now executes this SQL: "ALTER TABLE users ADD COLUMN password VARCHAR(512) NOT NULL" Should be: "ALTER TABLE users DROP COLUMN password"