I recently upgraded from 5.8 to 6.x. Part of the upgrade was upgrading Cashier to the latest version. I already had Cashier installed so the Cashier columns such as stripe_id, card_brand, card_last_four, and trial_ends_at were already created before. But after upgrading Laravel and Cashier, Cashier keeps trying to run the migration again to create those same fields. I know I can manually comment out the migration from CashierServiceProvider but is there a better way to handle this?