Running Migrations
Now that you have defined what changes to make to the database, use the
following command to run the migrations:
This command checks for any new migrations and applies them to your database.
Its output looks like this:
== 20250521010850 CreateProducts: migrating ===================================
-- create_table(:products)
== 20250521010850 CreateProducts: migrated (0.0031s) ==========================