| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function down(Schema $schema): void |
||
| 27 | { |
||
| 28 | $this->addSql('ALTER TABLE stu_skill_enhancement_log DROP CONSTRAINT FK_73B42DBBA76ED395'); |
||
| 29 | $this->addSql('ALTER TABLE stu_skill_enhancement_log DROP CONSTRAINT FK_73B42DBB49186B17'); |
||
| 30 | $this->addSql('DROP TABLE stu_skill_enhancement_log'); |
||
| 31 | } |
||
| 33 |