public function down()
 {
     DiscountType::deleteAll(['name' => 'Shipping Discount']);
     $this->dropTable('shipping_discount');
 }