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
This file contains 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
@@ -34,9 +34,4 @@ public function down(Schema $schema): void
{
$this->addSql('ALTER TABLE payment_orders ADD first_name VARCHAR(255) NOT NULL, ADD last_name VARCHAR(255) NOT NULL, ADD contact_email VARCHAR(255) NOT NULL, DROP submitter_name, DROP submitter_email, DROP supporting_funding_id, DROP supporting_amount, DROP invoice_number, DROP customer_number');