Model validation causing rake db:migrate to fail silently

try using create! which will raise an exception if the record is invalid.