提交 ff6c87c5 编写于 作者: zhouweidong's avatar zhouweidong

动态模型实体changelog

上级 88052ea8
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
<changeSet author="Think (generated)" id="1616032418164-99">
<preConditions onFail="MARK_RAN" >
<not>
<tableExists tableName="IBZDYNAMICMODEL" />
</not>
</preConditions>
<createTable remarks="动态模型配置" tableName="IBZDYNAMICMODEL">
<column name="CONFIGID" remarks="ID" type="VARCHAR(100)">
<constraints primaryKey="true"/>
</column>
<column name="CONFIGNAME" remarks="名称" type="VARCHAR(100)"/>
<column name="MODELFILE" remarks="文件" type="VARCHAR(1000)"/>
<column name="STATUS" remarks="状态" type="VARCHAR(60)"/>
<column name="SYSTEMID" remarks="系统标识" type="VARCHAR(100)"/>
<column name="DYNAINSTID" remarks="动态实例标识" type="VARCHAR(100)"/>
<column name="PDYNAINSTID" remarks="ID" type="VARCHAR(100)"/>
</createTable>
</changeSet>
</databaseChangeLog>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册