mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
feat(scheme): 新增数据库表结构同步方案
This commit is contained in:
11
config/scheme.php
Normal file
11
config/scheme.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// 忽略的表 (不参与 scheme 同步)
|
||||
'ignore_tables' => [
|
||||
'migrations',
|
||||
'phinxlog',
|
||||
],
|
||||
// 备份中间前缀
|
||||
'backup_prefix' => 'backup',
|
||||
];
|
||||
Reference in New Issue
Block a user