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

liquibase.harness.change.expectedSnapshot.mysql.tidb.addLookupTable.json Maven / Gradle / Ivy

The newest version!
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "authors_data"
          }
        }
      ],
      "liquibase.structure.core.Column": [
        {
          "column": {
            "name": "authors_email"
          }
        }
      ],
      "liquibase.structure.core.ForeignKey": [
        {
          "foreignKey": {
            "deferrable": false,
            "initiallyDeferred": false,
            "name": "FK_AUTHORS_AUTHORS_DATA"
          }
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy