라라벨 artisan migrate

(Artisan migrate에서 넘어옴)

1 개요[ | ]

artisan migrate
migrate할 것이 없는 경우
webuser@zetawiki:/var/www/laravel$ php artisan migrate
Nothing to migrate.
migrate할 것이 있는 경우
webuser@zetawiki:/var/www/laravel$ php artisan migrate
Migrating: 2017_03_14_180530_create_replies_table
Migrated:  2017_03_14_180530_create_replies_table
Migrating: 2017_03_15_175959_create_threads_table
Migrated:  2017_03_15_175959_create_threads_table
Migrating: 2017_03_20_191601_create_channels_table
Migrated:  2017_03_20_191601_create_channels_table
Migrating: 2017_03_30_161938_create_favorites_table
Migrated:  2017_03_30_161938_create_favorites_table
Migrating: 2017_04_21_162429_create_activities_table
Migrated:  2017_04_21_162429_create_activities_table
Migrating: 2017_05_19_141013_create_thread_subscriptions_table
Migrated:  2017_05_19_141013_create_thread_subscriptions_table
Migrating: 2017_05_23_214221_create_notifications_table
Migrated:  2017_05_23_214221_create_notifications_table
Migrating: 2017_09_30_141206_create_posts_table
Migrated:  2017_09_30_141206_create_posts_table

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}