<changeSet id="228-039" author="jlin"> <preConditions onFail="MARK_RAN"> <not> <indexExists tableName="t_health_abnormal" indexName="idx_create_time" columnNames="create_time"/> </not> </preConditions> <createIndex tableName="t_health_abnormal" indexName="idx_create_time"> <column name="create_time" /> </createIndex> </changeSet>
|