Commit 16833ebc authored by litengwei's avatar litengwei

代码提交

parent 65dedaed
...@@ -3906,4 +3906,16 @@ ...@@ -3906,4 +3906,16 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="ltw" id="2023-08-14">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="cb_org_usr" columnName="person_status"/>
</not>
</preConditions>
<comment>cb_org_usr add column</comment>
<sql>
alter table `cb_org_usr` add column `person_status` varchar(20) NULL DEFAULT '0' COMMENT '人员红黄绿码,0是绿码,1是黄码,2是黄码'
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment