<changeSet id="20161231000001" author="jhipster">
<sql>SET FOREIGN_KEY_CHECKS=0;</sql>
<loadData encoding="UTF-8"
file="config/liquibase/enterprises.csv"
separator="|"
tableName="enterprise">
<column name="order_number" type="numeric"/>
</loadData>
<sql>SET FOREIGN_KEY_CHECKS=1;</sql>
</changeSet>
Last active
April 14, 2016 14:41
-
-
Save wavecos/ca082964f8b13ad5d720ba15f3ffdaa3 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment