mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
feat(scheme): 新增数据库表结构同步方案
This commit is contained in:
9
app/common/command/scheme/Backup.php
Normal file
9
app/common/command/scheme/Backup.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\scheme;
|
||||
|
||||
use base\common\command\scheme\Backup as BaseCommand;
|
||||
|
||||
class Backup extends BaseCommand
|
||||
{
|
||||
}
|
||||
9
app/common/command/scheme/Make.php
Normal file
9
app/common/command/scheme/Make.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\scheme;
|
||||
|
||||
use base\common\command\scheme\Make as BaseCommand;
|
||||
|
||||
class Make extends BaseCommand
|
||||
{
|
||||
}
|
||||
9
app/common/command/scheme/Sync.php
Normal file
9
app/common/command/scheme/Sync.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\scheme;
|
||||
|
||||
use base\common\command\scheme\Sync as BaseCommand;
|
||||
|
||||
class Sync extends BaseCommand
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user