I am using ruby on rails for a class and had to make a model class that contained a name, gender, age, and homepage. The I run the rails db:migrate command nothing happens
josephs-mbp:Soccer jmurphy$ rails db:migrate
josephs-mbp:Soccer jmurphy$
All the other model classes have migrations.