Skip to content

Fix test harness execution #283

Fix test harness execution

Fix test harness execution #283

GitHub Actions / Liquibase Test Harness - Advanced Reports succeeded Nov 12, 2024 in 0s

16 passed, 4 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
target/surefire-reports/TEST-AdvancedExtensionHarnessSuite.xml 46s
target/surefire-reports/TEST-liquibase.harness.generateChangelog.GenerateChangelogTest.xml 1✅ 2❌ 5s
target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml 15✅ 2❌ 40s

✅ target/surefire-reports/TEST-AdvancedExtensionHarnessSuite.xml

No tests found

Test suite Passed Failed Skipped Time
AdvancedExtensionHarnessSuite 46s

❌ target/surefire-reports/TEST-liquibase.harness.generateChangelog.GenerateChangelogTest.xml

3 tests were completed in 5s with 1 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
liquibase.harness.generateChangelog.GenerateChangelogTest 1✅ 2❌ 5s

❌ liquibase.harness.generateChangelog.GenerateChangelogTest

❌ apply generateChangelog test for createTable against yugabytedb 2.16
	java.lang.AssertionError: Can't find resource file /null!. Expression: inputStream. Values: inputStream = null
❌ apply generateChangelog test for createTable against yugabytedb 2.17
	java.lang.AssertionError: Can't find resource file /null!. Expression: inputStream. Values: inputStream = null
✅ apply generateChangelog test for #testInput.change against #testInput.databaseName #testInput.version

❌ target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml

17 tests were completed in 40s with 15 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
liquibase.harness.snapshot.SnapshotObjectTests 15✅ 2❌ 40s

❌ liquibase.harness.snapshot.SnapshotObjectTests

✅ apply addColumn against yugabytedb 2.16
✅ apply addForeignKeyConstraint against yugabytedb 2.16
✅ apply addPrimaryKey against yugabytedb 2.16
✅ apply addUniqueConstraint against yugabytedb 2.16
✅ apply createIndex against yugabytedb 2.16
✅ apply createTable against yugabytedb 2.16
✅ apply createView against yugabytedb 2.16
❌ apply snapshotCatalogAndSchema against yugabytedb 2.16
	Condition failed with Exception:
✅ apply addColumn against yugabytedb 2.17
✅ apply addForeignKeyConstraint against yugabytedb 2.17
✅ apply addPrimaryKey against yugabytedb 2.17
✅ apply addUniqueConstraint against yugabytedb 2.17
✅ apply createIndex against yugabytedb 2.17
✅ apply createTable against yugabytedb 2.17
✅ apply createView against yugabytedb 2.17
❌ apply snapshotCatalogAndSchema against yugabytedb 2.17
	Condition failed with Exception:
✅ apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion

Annotations

Check failure on line 0 in target/surefire-reports/TEST-liquibase.harness.generateChangelog.GenerateChangelogTest.xml

See this annotation in the file changed.

@github-actions github-actions / Liquibase Test Harness - Advanced Reports

liquibase.harness.generateChangelog.GenerateChangelogTest ► apply generateChangelog test for createTable against yugabytedb 2.16

Failed test found in:
  target/surefire-reports/TEST-liquibase.harness.generateChangelog.GenerateChangelogTest.xml
  target/surefire-reports/TEST-liquibase.harness.generateChangelog.GenerateChangelogTest.xml
Error:
  java.lang.AssertionError: Can't find resource file /null!. Expression: inputStream. Values: inputStream = null
Raw output
java.lang.AssertionError: Can't find resource file /null!. Expression: inputStream. Values: inputStream = null
	at liquibase.harness.util.FileUtils.getResourceContent(FileUtils.groovy:52)
	at liquibase.harness.generateChangelog.GenerateChangelogTest.apply generateChangelog test for #testInput.change against #testInput.databaseName #testInput.version(GenerateChangelogTest.groovy:52)
	Suppressed: java.lang.NullPointerException: Cannot invoke method entrySet() on null object
		at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:113)
		at org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures.invokeGroovyObjectInvoker(IndyGuardsFiltersAndSignatures.java:151)
		at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
		at liquibase.harness.generateChangelog.GenerateChangelogTest.$spock_feature_0_0(GenerateChangelogTest.groovy:129)
		at java.base/java.lang.reflect.Method.invoke(Method.java:569)
		at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
		at org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49)
		at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
		at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
		at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
		at org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)
		at org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)
		at org.spockframework.runtime.IterationNode.execute(IterationNode.java:13)
		at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
		at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)
		at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)
		at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
		at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
		at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
		at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)
		at org.spockframework.runtime.IterationNode.around(IterationNode.java:67)
		at org.spockframework.runtime.IterationNode.around(IterationNode.java:13)
		at org.spockframework.runtime.ParameterizedFeatureChildExecutor.execute(ParameterizedFeatureChildExecutor.java:104)
		at org.spockframework.runtime.PlatformParameterizedSpecRunner$1.runIteration(PlatformParameterizedSpecRunner.java:72)
		at org.spockframework.runtime.extension.IDataDriver.lambda$static$0(IDataDriver.java:37)
		at org.spockframework.runtime.PlatformParameterizedSpecRunner.runParameterizedFeature(PlatformParameterizedSpecRunner.java:47)
		at org.spockframework.runtime.ParameterizedFeatureNode.execute(ParameterizedFeatureNode.java:40)
		at org.spockframework.runtime.ParameterizedFeatureNode.execute(ParameterizedFeatureNode.java:16)
		at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
		at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)
		at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)
		at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
		at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
		at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
		at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)
		at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)
		at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:12)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
		at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
		at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)
		at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)
		at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
		at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
		at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
		at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)
		at org.spockframework.runtime.SpecNode.around(SpecNode.java:63)
		at org.spockframework.runtime.SpecNode.around(SpecNode.java:11)
		at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Check failure on line 0 in target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml

See this annotation in the file changed.

@github-actions github-actions / Liquibase Test Harness - Advanced Reports

liquibase.harness.snapshot.SnapshotObjectTests ► apply snapshotCatalogAndSchema against yugabytedb 2.16

Failed test found in:
  target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml
Error:
  Condition failed with Exception:
Raw output
Condition failed with Exception:

snapshotMatchesSpecifiedStructure(expectedSnapshot, generatedSnapshot)
|                                 |                 |
|                                 |                 {
|                                 |                   "snapshot": {
|                                 |                     "created": "2024-11-12T21:50:44.086",
|                                 |                     "database": {
|                                 |                       "productVersion": "11.2-YB-2.16.2.0-b0",
|                                 |                       "shortName": "yugabytedb",
|                                 |                       "majorVersion": "11",
|                                 |                       "minorVersion": "2",
|                                 |                       "user": "yugabyte",
|                                 |                       "productName": "PostgreSQL",
|                                 |                       "url": "jdbc:postgresql://localhost:5433/lbcat"
|                                 |                     },
|                                 |                     "objects": {
|                                 |                       "liquibase.structure.core.Catalog": [
|                                 |                         {
|                                 |                           "catalog": {
|                                 |                             "default": true,
|                                 |                             "name": "lbcat",
|                                 |                             "snapshotId": "e398645"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Column": [
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "defaultValue": "CURRENT_TIMESTAMP!{liquibase.statement.DatabaseFunction}",
|                                 |                             "name": "added",
|                                 |                             "nullable": false,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398671",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "author",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398649",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "author_id",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398682",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "birthdate",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398670",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "13!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "91!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "date"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "comments",
|                                 |                             "nullable": true,
|                                 |                             "order": "9!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398656",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "content",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398685",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "2147483647!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "text"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "contexts",
|                                 |                             "nullable": true,
|                                 |                             "order": "12!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398659",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "dateexecuted",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398651",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "deployment_id",
|                                 |                             "nullable": true,
|                                 |                             "order": "14!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398661",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSize": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "description",
|                                 |                             "nullable": true,
|                                 |                             "order": "8!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398655",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "description",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398684",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "500!{java.lang.Integer}",
|                                 |                               "columnSize": "500!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "email",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398669",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "100!{java.lang.Integer}",
|                                 |                               "columnSize": "100!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "exectype",
|                                 |                             "nullable": false,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398653",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSize": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "filename",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398650",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "first_name",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398667",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "50!{java.lang.Integer}",
|                                 |                               "columnSize": "50!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "autoIncrementInformation": {
|                                 |                               "incrementBy": "1!{java.math.BigInteger}",
|                                 |                               "startWith": "1!{java.math.BigInteger}"
|                                 |                             },
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398666",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "serial"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398648",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398673",
|                                 |                             "snapshotId": "e398675",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "autoIncrementInformation": {
|                                 |                               "incrementBy": "1!{java.math.BigInteger}",
|                                 |                               "startWith": "1!{java.math.BigInteger}"
|                                 |                             },
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398681",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "serial"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "inserted_date",
|                                 |                             "nullable": true,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398686",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "13!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "91!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "date"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "labels",
|                                 |                             "nullable": true,
|                                 |                             "order": "13!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398660",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "last_name",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398664",
|                                 |                             "snapshotId": "e398668",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "50!{java.lang.Integer}",
|                                 |                               "columnSize": "50!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "liquibase",
|                                 |                             "nullable": true,
|                                 |                             "order": "11!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398658",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "20!{java.lang.Integer}",
|                                 |                               "columnSize": "20!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "locked",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398673",
|                                 |                             "snapshotId": "e398676",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "1!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "-7!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "bool"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "lockedby",
|                                 |                             "nullable": true,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398673",
|                                 |                             "snapshotId": "e398678",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "lockgranted",
|                                 |                             "nullable": true,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398673",
|                                 |                             "snapshotId": "e398677",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "md5sum",
|                                 |                             "nullable": true,
|                                 |                             "order": "7!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398654",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "35!{java.lang.Integer}",
|                                 |                               "columnSize": "35!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "orderexecuted",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398652",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "snapshot_test_column",
|                                 |                             "nullable": true,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398662",
|                                 |                             "snapshotId": "e398663",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "tag",
|                                 |                             "nullable": true,
|                                 |                             "order": "10!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398647",
|                                 |                             "snapshotId": "e398657",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "title",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e398680",
|                                 |                             "snapshotId": "e398683",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Index": [
|                                 |                         {
|                                 |                           "index": {
|                                 |                             "columns": [
|                                 |                               {
|                                 |                                 "column": {
|                                 |                                   "name": "id"
|                                 |                                 }
|                                 |                               }
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors_pkey",
|                                 |                             "snapshotId": "e398665",
|                                 |                             "table": "liquibase.structure.core.Table#e398664",
|                                 |                             "unique": true
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "index": {
|                                 |                             "columns": [
|                                 |                               {
|                                 |                                 "column": {
|                                 |                                   "name": "id"
|                                 |                                 }
|                                 |                               }
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock_pkey",
|                                 |                             "snapshotId": "e398674",
|                                 |                             "table": "liquibase.structure.core.Table#e398673",
|                                 |                             "unique": true
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.PrimaryKey": [
|                                 |                         {
|                                 |                           "primaryKey": {
|                                 |                             "backingIndex": "liquibase.structure.core.Index#e398665",
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398666"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors_pkey",
|                                 |                             "snapshotId": "e398672",
|                                 |                             "table": "liquibase.structure.core.Table#e398664"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "primaryKey": {
|                                 |                             "backingIndex": "liquibase.structure.core.Index#e398674",
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398675"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock_pkey",
|                                 |                             "snapshotId": "e398679",
|                                 |                             "table": "liquibase.structure.core.Table#e398673"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Schema": [
|                                 |                         {
|                                 |                           "schema": {
|                                 |                             "catalog": "liquibase.structure.core.Catalog#e398645",
|                                 |                             "default": true,
|                                 |                             "name": "public",
|                                 |                             "snapshotId": "e398646"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Table": [
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398666",
|                                 |                               "liquibase.structure.core.Column#e398667",
|                                 |                               "liquibase.structure.core.Column#e398668",
|                                 |                               "liquibase.structure.core.Column#e398669",
|                                 |                               "liquibase.structure.core.Column#e398670",
|                                 |                               "liquibase.structure.core.Column#e398671"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "indexes": [
|                                 |                               "liquibase.structure.core.Index#e398665"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors",
|                                 |                             "primaryKey": "liquibase.structure.core.PrimaryKey#e398672",
|                                 |                             "schema": "liquibase.structure.core.Schema#e398646",
|                                 |                             "snapshotId": "e398664"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398648",
|                                 |                               "liquibase.structure.core.Column#e398649",
|                                 |                               "liquibase.structure.core.Column#e398650",
|                                 |                               "liquibase.structure.core.Column#e398651",
|                                 |                               "liquibase.structure.core.Column#e398652",
|                                 |                               "liquibase.structure.core.Column#e398653",
|                                 |                               "liquibase.structure.core.Column#e398654",
|                                 |                               "liquibase.structure.core.Column#e398655",
|                                 |                               "liquibase.structure.core.Column#e398656",
|                                 |                               "liquibase.structure.core.Column#e398657",
|                                 |                               "liquibase.structure.core.Column#e398658",
|                                 |                               "liquibase.structure.core.Column#e398659",
|                                 |                               "liquibase.structure.core.Column#e398660",
|                                 |                               "liquibase.structure.core.Column#e398661"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "databasechangelog",
|                                 |                             "schema": "liquibase.structure.core.Schema#e398646",
|                                 |                             "snapshotId": "e398647"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398675",
|                                 |                               "liquibase.structure.core.Column#e398676",
|                                 |                               "liquibase.structure.core.Column#e398677",
|                                 |                               "liquibase.structure.core.Column#e398678"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "indexes": [
|                                 |                               "liquibase.structure.core.Index#e398674"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock",
|                                 |                             "primaryKey": "liquibase.structure.core.PrimaryKey#e398679",
|                                 |                             "schema": "liquibase.structure.core.Schema#e398646",
|                                 |                             "snapshotId": "e398673"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398681",
|                                 |                               "liquibase.structure.core.Column#e398682",
|                                 |                               "liquibase.structure.core.Column#e398683",
|                                 |                               "liquibase.structure.core.Column#e398684",
|                                 |                               "liquibase.structure.core.Column#e398685",
|                                 |                               "liquibase.structure.core.Column#e398686"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "posts",
|                                 |                             "schema": "liquibase.structure.core.Schema#e398646",
|                                 |                             "snapshotId": "e398680"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e398663"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "snapshot_test_table",
|                                 |                             "schema": "liquibase.structure.core.Schema#e398646",
|                                 |                             "snapshotId": "e398662"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       
|                                 |                     },
|                                 |                     "snapshotControl": {
|                                 |                       "snapshotControl": {
|                                 |                         "includedType": [
|                                 |                           "liquibase.structure.core.Catalog",
|                                 |                           "liquibase.structure.core.Column",
|                                 |                           "liquibase.structure.core.ForeignKey",
|                                 |                           "liquibase.structure.core.Index",
|                                 |                           "liquibase.structure.core.PrimaryKey",
|                                 |                           "liquibase.structure.core.Schema",
|                                 |                           "liquibase.structure.core.Sequence",
|                                 |                           "liquibase.structure.core.Table",
|                                 |                           "liquibase.structure.core.UniqueConstraint",
|                                 |                           "liquibase.structure.core.View"
|                                 |                         ]
|                                 |                         
|                                 |                       }
|                                 |                     }
|                                 |                   }
|                                 |                 }
|                                 {
|                                   "snapshot": {
|                                     "objects": {
|                                       "liquibase.stru...

Check failure on line 0 in target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml

See this annotation in the file changed.

@github-actions github-actions / Liquibase Test Harness - Advanced Reports

liquibase.harness.snapshot.SnapshotObjectTests ► apply snapshotCatalogAndSchema against yugabytedb 2.17

Failed test found in:
  target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml
Error:
  Condition failed with Exception:
Raw output
Condition failed with Exception:

snapshotMatchesSpecifiedStructure(expectedSnapshot, generatedSnapshot)
|                                 |                 |
|                                 |                 {
|                                 |                   "snapshot": {
|                                 |                     "created": "2024-11-12T21:51:03.898",
|                                 |                     "database": {
|                                 |                       "productVersion": "11.2-YB-2.17.1.0-b0",
|                                 |                       "shortName": "yugabytedb",
|                                 |                       "majorVersion": "11",
|                                 |                       "minorVersion": "2",
|                                 |                       "user": "yugabyte",
|                                 |                       "productName": "PostgreSQL",
|                                 |                       "url": "jdbc:postgresql://localhost:5434/lbcat"
|                                 |                     },
|                                 |                     "objects": {
|                                 |                       "liquibase.structure.core.Catalog": [
|                                 |                         {
|                                 |                           "catalog": {
|                                 |                             "default": true,
|                                 |                             "name": "lbcat",
|                                 |                             "snapshotId": "e3981239"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Column": [
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "defaultValue": "CURRENT_TIMESTAMP!{liquibase.statement.DatabaseFunction}",
|                                 |                             "name": "added",
|                                 |                             "nullable": false,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981265",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "author",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981243",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "author_id",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981276",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "birthdate",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981264",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "13!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "91!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "date"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "comments",
|                                 |                             "nullable": true,
|                                 |                             "order": "9!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981250",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "content",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981279",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "2147483647!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "text"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "contexts",
|                                 |                             "nullable": true,
|                                 |                             "order": "12!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981253",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "dateexecuted",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981245",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "deployment_id",
|                                 |                             "nullable": true,
|                                 |                             "order": "14!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981255",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSize": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "description",
|                                 |                             "nullable": true,
|                                 |                             "order": "8!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981249",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "description",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981278",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "500!{java.lang.Integer}",
|                                 |                               "columnSize": "500!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "email",
|                                 |                             "nullable": false,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981263",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "100!{java.lang.Integer}",
|                                 |                               "columnSize": "100!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "exectype",
|                                 |                             "nullable": false,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981247",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSize": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "filename",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981244",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "first_name",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981261",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "50!{java.lang.Integer}",
|                                 |                               "columnSize": "50!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "autoIncrementInformation": {
|                                 |                               "incrementBy": "1!{java.math.BigInteger}",
|                                 |                               "startWith": "1!{java.math.BigInteger}"
|                                 |                             },
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981260",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "serial"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981242",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981267",
|                                 |                             "snapshotId": "e3981269",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "autoIncrementInformation": {
|                                 |                               "incrementBy": "1!{java.math.BigInteger}",
|                                 |                               "startWith": "1!{java.math.BigInteger}"
|                                 |                             },
|                                 |                             "name": "id",
|                                 |                             "nullable": false,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981275",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "serial"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "inserted_date",
|                                 |                             "nullable": true,
|                                 |                             "order": "6!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981280",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "13!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "91!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "date"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "labels",
|                                 |                             "nullable": true,
|                                 |                             "order": "13!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981254",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "last_name",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981258",
|                                 |                             "snapshotId": "e3981262",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "50!{java.lang.Integer}",
|                                 |                               "columnSize": "50!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "liquibase",
|                                 |                             "nullable": true,
|                                 |                             "order": "11!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981252",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "20!{java.lang.Integer}",
|                                 |                               "columnSize": "20!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "locked",
|                                 |                             "nullable": false,
|                                 |                             "order": "2!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981267",
|                                 |                             "snapshotId": "e3981270",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "1!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "-7!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "bool"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "lockedby",
|                                 |                             "nullable": true,
|                                 |                             "order": "4!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981267",
|                                 |                             "snapshotId": "e3981272",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "lockgranted",
|                                 |                             "nullable": true,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981267",
|                                 |                             "snapshotId": "e3981271",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "29!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "93!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "timestamp"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "md5sum",
|                                 |                             "nullable": true,
|                                 |                             "order": "7!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981248",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "35!{java.lang.Integer}",
|                                 |                               "columnSize": "35!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "orderexecuted",
|                                 |                             "nullable": false,
|                                 |                             "order": "5!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981246",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "snapshot_test_column",
|                                 |                             "nullable": true,
|                                 |                             "order": "1!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981256",
|                                 |                             "snapshotId": "e3981257",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "10!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "4!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "int4"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "tag",
|                                 |                             "nullable": true,
|                                 |                             "order": "10!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981241",
|                                 |                             "snapshotId": "e3981251",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "column": {
|                                 |                             "name": "title",
|                                 |                             "nullable": false,
|                                 |                             "order": "3!{java.lang.Integer}",
|                                 |                             "relation": "liquibase.structure.core.Table#e3981274",
|                                 |                             "snapshotId": "e3981277",
|                                 |                             "type": {
|                                 |                               "characterOctetLength": "255!{java.lang.Integer}",
|                                 |                               "columnSize": "255!{java.lang.Integer}",
|                                 |                               "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
|                                 |                               "dataTypeId": "12!{java.lang.Integer}",
|                                 |                               "radix": "10!{java.lang.Integer}",
|                                 |                               "typeName": "varchar"
|                                 |                             }
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Index": [
|                                 |                         {
|                                 |                           "index": {
|                                 |                             "columns": [
|                                 |                               {
|                                 |                                 "column": {
|                                 |                                   "name": "id"
|                                 |                                 }
|                                 |                               }
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors_pkey",
|                                 |                             "snapshotId": "e3981259",
|                                 |                             "table": "liquibase.structure.core.Table#e3981258",
|                                 |                             "unique": true
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "index": {
|                                 |                             "columns": [
|                                 |                               {
|                                 |                                 "column": {
|                                 |                                   "name": "id"
|                                 |                                 }
|                                 |                               }
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock_pkey",
|                                 |                             "snapshotId": "e3981268",
|                                 |                             "table": "liquibase.structure.core.Table#e3981267",
|                                 |                             "unique": true
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.PrimaryKey": [
|                                 |                         {
|                                 |                           "primaryKey": {
|                                 |                             "backingIndex": "liquibase.structure.core.Index#e3981259",
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981260"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors_pkey",
|                                 |                             "snapshotId": "e3981266",
|                                 |                             "table": "liquibase.structure.core.Table#e3981258"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "primaryKey": {
|                                 |                             "backingIndex": "liquibase.structure.core.Index#e3981268",
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981269"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock_pkey",
|                                 |                             "snapshotId": "e3981273",
|                                 |                             "table": "liquibase.structure.core.Table#e3981267"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Schema": [
|                                 |                         {
|                                 |                           "schema": {
|                                 |                             "catalog": "liquibase.structure.core.Catalog#e3981239",
|                                 |                             "default": true,
|                                 |                             "name": "public",
|                                 |                             "snapshotId": "e3981240"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       ,
|                                 |                       "liquibase.structure.core.Table": [
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981260",
|                                 |                               "liquibase.structure.core.Column#e3981261",
|                                 |                               "liquibase.structure.core.Column#e3981262",
|                                 |                               "liquibase.structure.core.Column#e3981263",
|                                 |                               "liquibase.structure.core.Column#e3981264",
|                                 |                               "liquibase.structure.core.Column#e3981265"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "indexes": [
|                                 |                               "liquibase.structure.core.Index#e3981259"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "authors",
|                                 |                             "primaryKey": "liquibase.structure.core.PrimaryKey#e3981266",
|                                 |                             "schema": "liquibase.structure.core.Schema#e3981240",
|                                 |                             "snapshotId": "e3981258"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981242",
|                                 |                               "liquibase.structure.core.Column#e3981243",
|                                 |                               "liquibase.structure.core.Column#e3981244",
|                                 |                               "liquibase.structure.core.Column#e3981245",
|                                 |                               "liquibase.structure.core.Column#e3981246",
|                                 |                               "liquibase.structure.core.Column#e3981247",
|                                 |                               "liquibase.structure.core.Column#e3981248",
|                                 |                               "liquibase.structure.core.Column#e3981249",
|                                 |                               "liquibase.structure.core.Column#e3981250",
|                                 |                               "liquibase.structure.core.Column#e3981251",
|                                 |                               "liquibase.structure.core.Column#e3981252",
|                                 |                               "liquibase.structure.core.Column#e3981253",
|                                 |                               "liquibase.structure.core.Column#e3981254",
|                                 |                               "liquibase.structure.core.Column#e3981255"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "databasechangelog",
|                                 |                             "schema": "liquibase.structure.core.Schema#e3981240",
|                                 |                             "snapshotId": "e3981241"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981269",
|                                 |                               "liquibase.structure.core.Column#e3981270",
|                                 |                               "liquibase.structure.core.Column#e3981271",
|                                 |                               "liquibase.structure.core.Column#e3981272"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "indexes": [
|                                 |                               "liquibase.structure.core.Index#e3981268"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "name": "databasechangeloglock",
|                                 |                             "primaryKey": "liquibase.structure.core.PrimaryKey#e3981273",
|                                 |                             "schema": "liquibase.structure.core.Schema#e3981240",
|                                 |                             "snapshotId": "e3981267"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981275",
|                                 |                               "liquibase.structure.core.Column#e3981276",
|                                 |                               "liquibase.structure.core.Column#e3981277",
|                                 |                               "liquibase.structure.core.Column#e3981278",
|                                 |                               "liquibase.structure.core.Column#e3981279",
|                                 |                               "liquibase.structure.core.Column#e3981280"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "posts",
|                                 |                             "schema": "liquibase.structure.core.Schema#e3981240",
|                                 |                             "snapshotId": "e3981274"
|                                 |                           }
|                                 |                         },
|                                 |                         {
|                                 |                           "table": {
|                                 |                             "columns": [
|                                 |                               "liquibase.structure.core.Column#e3981257"
|                                 |                             ]
|                                 |                             ,
|                                 |                             "default_tablespace": false,
|                                 |                             "name": "snapshot_test_table",
|                                 |                             "schema": "liquibase.structure.core.Schema#e3981240",
|                                 |                             "snapshotId": "e3981256"
|                                 |                           }
|                                 |                         }
|                                 |                       ]
|                                 |                       
|                                 |                     },
|                                 |                     "snapshotControl": {
|                                 |                       "snapshotControl": {
|                                 |                         "includedType": [
|                                 |                           "liquibase.structure.core.Catalog",
|                                 |                           "liquibase.structure.core.Column",
|                                 |                           "liquibase.structure.core.ForeignKey",
|                                 |                           "liquibase.structure.core.Index",
|                                 |                           "liquibase.structure.core.PrimaryKey",
|                                 |                           "liquibase.structure.core.Schema",
|                                 |                           "liquibase.structure.core.Sequence",
|                                 |                           "liquibase.structure.core.Table",
|                                 |                           "liquibase.structure.core.UniqueConstraint",
|                                 |                           "liquibase.structure.core.View"
|                                 |                         ]
|                                 |                         
|                                 |                       }
|                                 |                     }
|                                 |                   }
|                                 |                 }
|                                 {
|                                 ...