From 4c694cffc65b8d26f9f33a5c025fbfa10e7a99f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 27 Oct 2022 11:50:33 +0800 Subject: [PATCH] Update 20221013045840_install_shop.php --- database/migrations/20221013045840_install_shop.php | 1 + 1 file changed, 1 insertion(+) 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();