mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 07:22:49 +08:00
13 lines
219 B
PHP
13 lines
219 B
PHP
<?php
|
|
|
|
return [
|
|
// 忽略的表 (不参与 scheme 同步)
|
|
'ignore_tables' => [
|
|
'migrations',
|
|
'phinxlog',
|
|
'debug_log',
|
|
],
|
|
// 备份中间前缀
|
|
'backup_prefix' => 'backup',
|
|
];
|