Answers for "laravel create pivot migration"

PHP
0

laravel create pivot migration

For BETA and ALPHA eloquent models, we create the following pivot table(Many to Many relationship usually)
- model1_model2_table --> where they are ordered alphabetically:

php artisan make:migration create_alpha_beta_table
Posted by: Guest on January-23-2022

Browse Popular Code Answers by Language