Commit 2d2dfb09 authored by 张森's avatar 张森

添加分类字段

parent f9c2ef2a
......@@ -1063,4 +1063,15 @@
</sql>
</changeSet>
<changeSet author="zs" id="20240903-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="f_equipment" columnName="category" />
</not>
</preConditions>
<comment>修改f_equipment表结构</comment>
<sql>
ALTER TABLE `f_equipment` ADD COLUMN `category` varchar(255) DEFAULT NULL COMMENT '分类';
</sql>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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