Created
June 20, 2018 08:21
-
-
Save sola-msr/db59193790d8453cc705e967a01e8095 to your computer and use it in GitHub Desktop.
【Laravel】Homesteadで「php artisan migrate」が動かない ref: https://qiita.com/sola-msr/items/fbe9c33b19f99bd1dfd2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php artisan migrate | |
In Connection.php line 664: | |
(SQL: select * from information_schema.tables where table_schema = homestead and table_name = migrations) | |
In Connector.php line 67: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant ssh | |
~~~~~~~~~~ | |
vagrant@project:~/code$ php artisan migrate | |
Migrating: 2014_10_12_000000_create_users_table | |
Migrated: 2014_10_12_000000_create_users_table | |
Migrating: 2014_10_12_100000_create_password_resets_table | |
Migrated: 2014_10_12_100000_create_password_resets_table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment