abortIf($this->connection->getDatabasePlatform() ->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); } public function down(Schema $schema) { $this->ensureMySQL(); } public function up(Schema $schema) { $this->ensureMySQL(); } }