All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.diff.expectedDiff.postgresql12_to_postgresql9.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "changedObjects": [
    {
      "changedObject": {
        "name": "added",
        "type": "column",
        "relationName": "authors",
        "schemaName": "public",
        "catalogName": "lbcat",
        "differences": [
          {
            "difference": {
              "comparedValue": "now()",
              "field": "defaultValue",
              "message": "defaultValue changed from 'CURRENT_TIMESTAMP' to 'now()'",
              "referenceValue": "CURRENT_TIMESTAMP"
            }
          }
        ]
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy