複数駅と複数路線など、多対多のRestful CRUD API@laravel8
複数駅と複数路線など、多対多のRestful CRUD API@laravel8
|
1 2 |
php artisan make:model Line --all php artisan make:model Station --all |
それぞれ路線名・駅名を追加 $table->string(‘ 続きを読む 複数駅と複数路線など、多対多のRestful CRUD API@laravel8