diff --git a/migrations/Version20240301154053.php b/migrations/Version20240301154053.php new file mode 100644 index 0000000..4ce8b56 --- /dev/null +++ b/migrations/Version20240301154053.php @@ -0,0 +1,31 @@ +addSql('ALTER TABLE `order` ADD han VARCHAR(255) DEFAULT NULL, ADD marke VARCHAR(255) DEFAULT NULL'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('ALTER TABLE `order` DROP han, DROP marke'); + } +}