Monday 4 July 2016

Database Migrate in Yii

-> After Database Connctive
CMD in
D:\wamp\www\Yii2\>yii migrate
Yii Migration Tool (based on Yii v2.0.6)

Creating migration history table "migration"...Done.
Total 1 new migration to be applied:
       m130524_201442_init

Apply the above migration? (yes|no) [no]:yes
*** applying m130524_201442_init
   > create table {{%user}} ... done (time: 1.185s)
*** applied m130524_201442_init (time: 1.335s)
Migrated up successfully.

D:\wamp\www\Yii2\>

No comments:

Post a Comment

Setup VueJS in Laravel

Setup VueJS in Laravel 1. You will need to install javascript dependencies by running the following command on your terminal.      npm i...