mirror of https://gitee.com/topiam/eiam
✨ 新增用户锁定时间字段
parent
bd74804eae
commit
3fe678890e
|
@ -83,6 +83,9 @@
|
|||
</column>
|
||||
</createTable>
|
||||
<!-- 添加字段 -->
|
||||
<addColumn tableName="user">
|
||||
<column name="lock_expired_time" remarks="锁定时间" type="datetime"/>
|
||||
</addColumn>
|
||||
<addColumn tableName="organization_member">
|
||||
<column name="primary_" remarks="主组织" type="TINYINT(1)">
|
||||
<constraints nullable="true"/>
|
||||
|
|
Loading…
Reference in New Issue