$migrationPath public property
The directory containing the migration classes. This can be either a path alias or a directory path.
If you have set up $migrationNamespaces, you may set this field to null
in order to disable usage of migrations that are not namespaced.
public string $migrationPath = '@app/migrations'
Please login to continue.