public function down()
 {
     $this->delete(Category::tableName(), $this->item);
 }
 public function down()
 {
     $this->dropTable(CategoryToItem::tableName());
     $this->dropTable(Category::tableName());
 }