mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
feat(scheme): 新增数据库表结构同步方案
This commit is contained in:
11
app/common/scheme/attribute/Index.php
Normal file
11
app/common/scheme/attribute/Index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\scheme\attribute;
|
||||
|
||||
use Attribute;
|
||||
use base\common\scheme\attribute\Index as BaseIndex;
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)]
|
||||
class Index extends BaseIndex
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user