Update phinx.php

This commit is contained in:
邹景立 2022-11-16 11:58:19 +08:00
parent c3dcb3a9f6
commit 88e8b5d4a3

View File

@ -17,6 +17,8 @@
return [
// 忽略数据表
'ignore' => [],
// 数据表结构
'tables' => [],
// 备份数据表
'backup' => [],
];