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
Valentino_Rossi