Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function down(Schema $schema) : void |
||
25 | { |
||
26 | $this->addSql('CREATE SCHEMA public'); |
||
27 | $this->addSql('ALTER TABLE movie_review DROP CONSTRAINT FK_80841CB3AB0FA336'); |
||
28 | $this->addSql('DROP SEQUENCE movie_review_id_seq CASCADE'); |
||
29 | $this->addSql('DROP TABLE movie_review'); |
||
30 | } |
||
31 | } |
||
32 |