Run Migrations
Learn how to run migrations.
Add compositions
table
Now that we’ve got our first migration written, let’s try to run it and see what it does. Ecto provides a mix task to do this, so let’s jump down to the command line and run mix ecto.migrate
.
You should see something like this:
Get hands-on with 1400+ tech skills courses.