$ rails db:migrate
The migration file update / change / deletion is not applied unless the command is executed.
Apply migration = ** Raise ** Cancel application = ** Lower **
schema.rb Rails will automatically output the current database structure to db / schema.rb. It is automatically output when you apply or remove the migration, and
db:schema.rb:dump
It is also possible to output manually with