Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function down(Schema $schema): void |
||
30 | { |
||
31 | // this down() migration is auto-generated, please modify it to your needs |
||
32 | $this->addSql('CREATE SCHEMA public'); |
||
33 | $this->addSql('ALTER TABLE task DROP CONSTRAINT FK_527EDB25EA1EBC33'); |
||
34 | $this->addSql('DROP TABLE task'); |
||
35 | $this->addSql('DROP TABLE to_do'); |
||
36 | } |
||
37 | } |
||
38 |