20170429113719_remove_index_asc_habilitacao.php 224 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php use Phinx\Migration\AbstractMigration; class RemoveIndexAscHabilitacao extends AbstractMigration { public function change() { $this->execute("DROP INDEX pmieducar.i_habilitacaoo_nm_tipo_asc;"); } }