public function down()
 {
     \DevGroup\DataStructure\helpers\PropertiesTableGenerator::getInstance()->drop(Product::tableName());
     $this->dropTable(Product::class);
 }