Created
September 27, 2019 03:18
-
-
Save Faizanq/7e7a5d7ca320a3d6cfaad51f221b392c to your computer and use it in GitHub Desktop.
Alter and Add new fields in Laravel Migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan make:migration alter_braintree_to_subscriptions --table=subscriptions | |
php artisan make:migration add_stripe_id_to_users --table=users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment