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