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

liquibase.harness.change.expectedSnapshot.oracle.createTableTimestamp.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Table": [
        {
          "table": {
            "name": "LMS_CREATE_TABLE_TEST"
          }
        }
      ],
      "liquibase.structure.core.Column": [
        {
          "column": {
            "name": "LMS_TEST_ID"
          },
          "column": {
            "name": "LMS_TEST_TIMESTAMP",
            "type": {
              "typeName": "TIMESTAMP\\(6\\)"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy