migrationPath doesn't exist !

Hello

I want to have user table from migration!(in basic)

But this error occurs : migrationPath doesn’t exist: @app/migrations

I created a folder named "migrations" in the root folder of my app but now saying your system is up-to-date!

I want to have user table from migration what should I do ?

Does yii2-app-basic have a migration for user table?

I think you have to write it on your own.

http://www.yiiframework.com/doc-2.0/guide-db-migrations.html#creating-migrations

http://www.yiiframework.com/doc-2.0/guide-security-authentication.html

Yeah thanks