mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
生成数据库迁移文件支持生成更新的迁移文件
This commit is contained in:
@@ -35,6 +35,6 @@ class {$class_name} extends Migrator
|
||||
{volist name="table_keys_text" id="vo"}->addIndex('{$vo}',['type'=>'fulltext'])
|
||||
{/volist}
|
||||
{volist name="table_keys" id="vo"}->addIndex('{$vo}')
|
||||
{/volist}->create();
|
||||
{/volist}->{$method}();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user