Skip to content

Instantly share code, notes, and snippets.

@Faizanq
Created September 27, 2019 03:18
Show Gist options
  • Save Faizanq/7e7a5d7ca320a3d6cfaad51f221b392c to your computer and use it in GitHub Desktop.
Save Faizanq/7e7a5d7ca320a3d6cfaad51f221b392c to your computer and use it in GitHub Desktop.
Alter and Add new fields in Laravel Migration
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