Commit 07abcbde authored by tianyiming's avatar tianyiming

更新liquibase

parent 41f0efc9
......@@ -3402,7 +3402,7 @@
<columnExists tableName="cb_data_dictionary" columnName="extend"/>
</not>
</preConditions>
<comment>modify table cb_sign add columns</comment>
<comment>modify table cb_data_dictionary add columns</comment>
<sql>
ALTER TABLE `cb_data_dictionary`
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