diff --git a/config/phinx.php b/config/phinx.php index 65d14d688..2ebe56ce3 100644 --- a/config/phinx.php +++ b/config/phinx.php @@ -17,6 +17,8 @@ return [ // 忽略数据表 'ignore' => [], + // 数据表结构 + 'tables' => [], // 备份数据表 'backup' => [], ]; \ No newline at end of file