For example, if you want to create a migration file named `new_car_model` for the `car` API we just generated using the `default` connection the command looks like:
```bash
$ strapi migrate:make default new_car_model
```
Be careful, migrations are automatically generated based on your current database schema and models. We strongly advise you to manually verify those information.
### Run the migrations
Once you have finished writing the migrations, you can update the database by running: