mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
fix: 更新数据字段 name 索引了过长的问题
This commit is contained in:
parent
f71d2d289d
commit
62c838492f
@ -123,7 +123,7 @@ class InstallAdmin20241010 extends Migrator
|
||||
['deleted_by', 'biginteger', ['limit' => 20, 'default' => 0, 'null' => true, 'comment' => '删除用户']],
|
||||
['create_at', 'timestamp', ['default' => 'CURRENT_TIMESTAMP', 'null' => true, 'comment' => '创建时间']],
|
||||
], [
|
||||
'type', 'code', 'name', 'sort', 'status', 'deleted',
|
||||
'type', 'code', 'sort', 'status', 'deleted',
|
||||
], true);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user