Commit e9f5b00d authored by tangwei's avatar tangwei

修改字段长度

parent 3d0d2eea
...@@ -523,7 +523,16 @@ ...@@ -523,7 +523,16 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tw" id="2022-12-12-21">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="wl_video" columnName="address"/>
</not>
</preConditions>
<sql>
alter table `wl_video` MODIFY COLUMN `address` varchar(2000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '地址';
</sql>
</changeSet>
</databaseChangeLog> </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