# Migration

1. Run migration command to create a tables for the system in the database:

```
$ php artisan migrate
```

> The system will now create a tables and columns in the database you supplied in the `.env` file
