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

liquibase.harness.compatibility.advanced.expectedSnapshot.mariadb.addForeignKeyConstraint.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.ForeignKey": [
        {
          "foreignKey": {
            "deferrable": false,
            "initiallyDeferred": false,
            "name": "test_fk"
          }
        }
      ],
      "liquibase.structure.core.Index": [
        {
          "index": {
            "columns": [
              {
                "column": {
                  "name": "test_column"
                }
              }
            ],
            "name": "test_table_reference_index",
            "unique": false
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy