protected function resetIndex() { $index = $this->getIndexSchema(); $this->db->createCommand()->truncateIndex($index->name)->execute(); }