Skip to content

Commit

Permalink
chore[litemall-db]: 删除多余字段
Browse files Browse the repository at this point in the history
  • Loading branch information
linlinjava committed Apr 17, 2023
1 parent 60afecf commit 2b87976
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions litemall-db/mybatis-generator/generatorConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
<columnOverride column="specifications" javaType="java.lang.String[]"
typeHandler="org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler"/>
<columnOverride column="comments" javaType="java.lang.Integer[]"
typeHandler="org.linlinjava.litemall.db.mybatis.JsonIntegerArrayTypeHandler"/>

</table>
<table tableName="litemall_region">
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
Expand Down

0 comments on commit 2b87976

Please sign in to comment.