From a3fad57138b011dc875c4521d8aace91e5dafa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 16 Nov 2022 18:00:28 +0800 Subject: [PATCH] Update phinx.php --- config/phinx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/phinx.php b/config/phinx.php index 2ebe56ce3..ea5968b5c 100644 --- a/config/phinx.php +++ b/config/phinx.php @@ -17,7 +17,7 @@ return [ // 忽略数据表 'ignore' => [], - // 数据表结构 + // 创建数据表 'tables' => [], // 备份数据表 'backup' => [],