protected function updateCacheKey()
 {
     $this->cacheKey = ActiveParam::tableName() . $this->uniqueId;
 }
 public function down()
 {
     $this->dropTable(ActiveParam::tableName());
 }