You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe PR #114 would add that functionality. We're considering adding it in v2 #165 soon - let us know what you think about this PR in #114 if you still want the feature.
It's finally time to make this package better for us all to benefit. Let's do this!
Cheers!
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"
The text was updated successfully, but these errors were encountered: