新增用户锁定时间字段

pull/82/head^2
awenes 2024-04-06 18:57:29 +08:00
parent bd74804eae
commit 3fe678890e
1 changed files with 3 additions and 0 deletions

View File

@ -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"/>