| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 27 | public function down(Schema $schema) | ||
| 28 |     { | ||
| 29 | // this down() migration is auto-generated, please modify it to your needs | ||
| 30 | $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); | ||
| 31 | |||
| 32 |         $this->addSql('ALTER TABLE sylius_product_attribute DROP position'); | ||
| 33 | } | ||
| 34 | } | ||
| 35 |