"라라벨 artisan migrate"의 두 판 사이의 차이

 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
4번째 줄: 4번째 줄:


{{소스헤더|migrate할 것이 없는 경우}}
{{소스헤더|migrate할 것이 없는 경우}}
<source lang='console'>
<syntaxhighlight lang='console'>
webuser@zetawiki:/var/www/laravel$ php artisan migrate
webuser@zetawiki:/var/www/laravel$ php artisan migrate
Nothing to migrate.
Nothing to migrate.
</source>
</syntaxhighlight>


{{소스헤더|migrate할 것이 있는 경우}}
{{소스헤더|migrate할 것이 있는 경우}}
<source lang='console'>
<syntaxhighlight lang='console'>
webuser@zetawiki:/var/www/laravel$ php artisan migrate
webuser@zetawiki:/var/www/laravel$ php artisan migrate
Migrating: 2017_03_14_180530_create_replies_table
Migrating: 2017_03_14_180530_create_replies_table
28번째 줄: 28번째 줄:
Migrating: 2017_09_30_141206_create_posts_table
Migrating: 2017_09_30_141206_create_posts_table
Migrated:  2017_09_30_141206_create_posts_table
Migrated:  2017_09_30_141206_create_posts_table
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[artisan migrate:status]]
{{z컬럼3|
*[[artisan make:migration]]
* [[artisan migrate:status]]
*[[artisan db:seed]]
* [[artisan make:migration]]
*[[artisan 명령어]]
* [[artisan migrate --pretend]]
*[[라라벨 migration 삭제]]
* [[artisan db:seed]]
*[[라라벨 DB 마이그레이션]]
* [[artisan 명령어]]
* [[라라벨 migration 삭제]]
* [[라라벨 DB 마이그레이션]]
}}


[[분류: 라라벨 artisan]]
[[분류: 라라벨 artisan]]
[[분류: 스키마 마이그레이션]]
[[분류: 스키마 마이그레이션]]

2023년 12월 10일 (일) 15:45 기준 최신판

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 }}