| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 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_order ADD additional_information VARCHAR(1000) DEFAULT NULL COLLATE utf8_unicode_ci, CHANGE notes notes VARCHAR(255) DEFAULT NULL COLLATE utf8_unicode_ci'); | 
            ||
| 33 | }  | 
            ||
| 34 | }  | 
            ||
| 35 |