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

liquibase.harness.snapshot.expectedSnapshot.informix.addForeignKeyConstraint.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "test_table_base"
          }
        },
        {
          "table": {
            "name": "test_table_reference"
          }
        }
      ],
      "liquibase.structure.core.ForeignKey": [
        {
          "foreignKey": {
            "deferrable": false,
            "initiallyDeferred": false,
            "name": "test_fk"
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy