From 7a2b5c326e51f79bdfaba3c0648fdcbe0c1e1672 Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Mon, 7 Dec 2020 12:08:51 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BF=AE=E5=A4=8D=E6=99=AE=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5473d73..ce80afe 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ php think apiadmin:install ``` php think migrate:run + +* 如出现报错:There are no commands defined in the "migrate" namespace. +* 请先更新下think版本:composer update topthink/framework +* 再执行:php think migrate:run +* 特别鸣谢:@孙晔华 ``` > 第四步:构建后端路由