Nullable constraint without a constraint tag?

When looking at one of the test JSON changelogs, there’s what appears to be a nullable constraint outside of a constraint tag. Is this a bug (intentional or not) or is this an undocumented option for the column tag?


https://github.com/liquibase/liquibase/blob/master/liquibase-integration-tests/src/test/resources/changelogs/json/common.tests.changelog.json#L194

It’s a problem with the sample changelog. The nullable needs to be in the constraint tag.


Nathan