Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : TEXT type in MySQL

$
0
0
Same problem with TIMESTAMP, liquibase always converts TIMESTAMP to TIMESTAMP WITH TIME ZONE . Here is how I fixed it. I added a <modifySql> tag to your change set, like below.
       <modifySql>
             <replace replace="TIMESTAMP WITH TIME ZONE" with="TIMESTAMP WITHOUT TIME ZONE"/>
        </modifySql> 
Very useful to have this <modifySql> to tweak the ouput SQL generated by LB.

Zoom

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>