| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function down(Schema $schema) : void |
||
| 27 | { |
||
| 28 | // this down() migration is auto-generated, please modify it to your needs |
||
| 29 | $this->addSql('ALTER TABLE image CHANGE dimensions image_dimensions LONGTEXT CHARACTER SET utf8mb4 DEFAULT NULL COLLATE `utf8mb4_unicode_ci` COMMENT \'(DC2Type:simple_array)\''); |
||
| 30 | } |
||
| 32 |