There is command to create migration for pivot table php artisan make:migration:pivot $table1 $table2. Is there any way to do like php artisan make:migration:pivot $table1 $table2 --schema="field1:string, field2:string"