1.their names begin with an underscore
2. the model class (app/models/something.rb) and the data migration (db/migrate/..._create_something.rb)
3.model names are singular, controller (and table) names are plural
4.rails generate migration AddPhoneToTickets phone:string