diff --git a/database/migrations/2022_01_06_061231_add_app_domain_id_to_gateways_table.php b/database/migrations/2022_01_06_061231_add_app_domain_id_to_gateways_table.php new file mode 100644 index 000000000000..23c8757e6bff --- /dev/null +++ b/database/migrations/2022_01_06_061231_add_app_domain_id_to_gateways_table.php @@ -0,0 +1,39 @@ +fields = '{"account_id":"", "appleDomainVerification":""}'; + $stripe_connect->save(); + + } + + $stripe_connect = Gateway::find(20); + $stripe_connect->fields = '{"account_id":"", "appleDomainVerification":""}'; + $stripe_connect->save(); + + } + + /** + * Reverse the migrations. + * + * @return void + */ + +}