removeIndex('card_regal', 'unique_one'); } public function down() { $options = array('type' => 'unique', 'fields' => array( 'card_id' => array('type' => 'integer'), 'regal_id' => array('type' => 'integer'), 'column_match' => array('type' => 'string(50)') )); $this->addIndex('card_regal', 'unique_one', $options); } }