フリーランス 技術調査ブログ
id:PX-WING
Laravelでマイグレーションする
はじめに Laravelで下記のテーブルを用意する マイグレーションファイルの作成 php artisan make:migration create_categories_table php artisan make:migration create_articles_table php artisan make:migration create_article_categories_table マイグレーションファイルの構成 categoriesテーブルのファイル