DROP TABLE IF EXISTS `{{prefix}}mall_active`; DROP TABLE IF EXISTS `{{prefix}}mall_active_goods`; DROP TABLE IF EXISTS `{{prefix}}mall_cart`; DROP TABLE IF EXISTS `{{prefix}}mall_coupon`; DROP TABLE IF EXISTS `{{prefix}}mall_coupon_goods`; DROP TABLE IF EXISTS `{{prefix}}mall_coupon_member`; DROP TABLE IF EXISTS `{{prefix}}mall_delivery_company`; DROP TABLE IF EXISTS `{{prefix}}mall_delivery_shipping_template`; DROP TABLE IF EXISTS `{{prefix}}mall_delivery_shipping_template_item`; DROP TABLE IF EXISTS `{{prefix}}mall_goods`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_attr`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_brand`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_browse`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_category`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_collect`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_evaluate`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_label`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_service`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_sku`; DROP TABLE IF EXISTS `{{prefix}}mall_goods_spec`; DROP TABLE IF EXISTS `{{prefix}}mall_invoice`; DROP TABLE IF EXISTS `{{prefix}}mall_order`; DROP TABLE IF EXISTS `{{prefix}}mall_order_batch_delivery`; DROP TABLE IF EXISTS `{{prefix}}mall_order_delivery`; DROP TABLE IF EXISTS `{{prefix}}mall_order_discount`; DROP TABLE IF EXISTS `{{prefix}}mall_order_discount_goods`; DROP TABLE IF EXISTS `{{prefix}}mall_order_goods`; DROP TABLE IF EXISTS `{{prefix}}mall_order_group`; DROP TABLE IF EXISTS `{{prefix}}mall_order_group_discount`; DROP TABLE IF EXISTS `{{prefix}}mall_order_log`; DROP TABLE IF EXISTS `{{prefix}}mall_order_refund`; DROP TABLE IF EXISTS `{{prefix}}mall_order_refund_log`; DROP TABLE IF EXISTS `{{prefix}}mall_shop_address`; DROP TABLE IF EXISTS `{{prefix}}mall_shop_category`; DROP TABLE IF EXISTS `{{prefix}}mall_stat`; DROP TABLE IF EXISTS `{{prefix}}mall_web_floor`;