| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function down(Schema $schema) : void |
||
| 31 | { |
||
| 32 | // this down() migration is auto-generated, please modify it to your needs |
||
| 33 | $this->addSql('ALTER TABLE service_provider DROP class, CHANGE entity_id entity_id VARCHAR(255) CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE acs acs LONGTEXT CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_ci`, CHANGE certificate certificate LONGTEXT CHARACTER SET utf8mb4 NOT NULL COLLATE `utf8mb4_unicode_ci`'); |
||
| 34 | } |
||
| 36 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.