I am trying to load data in to my database with the loadData changeset.
One of the rows in my data has the word 'NOW' for one of the
values in a column. Liquibase is then converting that to the
'NOW' current time keyword instead of the string
"NOW".
Is there a way to escape this value? I tried quotes around it and
that did not help.