db:migrate to add colum bombs...

you're missing the table property.

  add_column :table_name, :column_name, :type   remove_column :table_name, :column_name