diff --git a/database/migrations/20221013045840_install_shop.php b/database/migrations/20221013045840_install_shop.php index fbcea0f62..7d30a58b7 100644 --- a/database/migrations/20221013045840_install_shop.php +++ b/database/migrations/20221013045840_install_shop.php @@ -14,6 +14,7 @@ class InstallShop extends Migrator $this->_goodsMark(); $this->_goodsItems(); $this->_goodsStock(); + // 订单管理 $this->_order(); $this->_orderItem(); $this->_orderSend();