Commit 07abcbde authored by tianyiming's avatar tianyiming

更新liquibase

parent 41f0efc9
...@@ -3402,7 +3402,7 @@ ...@@ -3402,7 +3402,7 @@
<columnExists tableName="cb_data_dictionary" columnName="extend"/> <columnExists tableName="cb_data_dictionary" columnName="extend"/>
</not> </not>
</preConditions> </preConditions>
<comment>modify table cb_sign add columns</comment> <comment>modify table cb_data_dictionary add columns</comment>
<sql> <sql>
ALTER TABLE `cb_data_dictionary` ALTER TABLE `cb_data_dictionary`
ADD COLUMN `extend` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL AFTER `type_desc`; ADD COLUMN `extend` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL AFTER `type_desc`;
......
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