Hi Nathan,
Is it now possible to set the default constraint name? I am using liquibase 3.6.3, generated db changelog which gives out the following
- <column defaultValue="NOKEY" defaultValueConstraintName="DF_CS_CAPV_VEH_COVG_TERM_BASE_COVG_KEY" name="COVG_KEY" type="varchar(100)">
- <constraints nullable="false"/>
- </column>
but when I try to run this in the target DB, I get the following:
Unexpected error running Liquibase: Error parsing line 154 column 146 of DBChanges/DB_Changes_CommercialAuto_S34.xml: cvc-complex-type.3.2.2: Attribute 'defaultValueConstraintName' is not allowed to appear in element 'column'.