提交 77cc8ff7 编写于 作者: T Tijs Rademakers

Fix KEY_ column in Liquibase

上级 308db768
......@@ -15,6 +15,9 @@
<column name="CATEGORY_" type="varchar(255)">
<constraints nullable="true" />
</column>
<column name="KEY_" type="varchar(255)">
<constraints nullable="true" />
</column>
<column name="DEPLOY_TIME_" type="datetime">
<constraints nullable="true" />
</column>
......
......@@ -11,8 +11,8 @@
values(
#{id, jdbcType=VARCHAR},
#{name, jdbcType=VARCHAR},
#{key, jdbcType=VARCHAR},
#{category, jdbcType=VARCHAR},
#{key, jdbcType=VARCHAR},
#{tenantId, jdbcType=VARCHAR},
#{deploymentTime, jdbcType=TIMESTAMP},
#{parentDeploymentId, jdbcType=VARCHAR}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册