{
  "generated": "2017-05-22T16:06:17.034Z",
  "schemas": {
    "pg_diff_sync_test": {
      "schemaExistsInDatabase": true,
      "comment": "Schema auto-generated by Relationize.js!",
      "tables": {
        "execution": {
          "comment": "Statebox executions instances",
          "pkColumnNames": [
            "execution_name"
          ],
          "columns": {
            "executionName": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "ctx": {
              "array": false,
              "dataType": "jsonb",
              "isNullable": "NO"
            },
            "currentStateName": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "currentResource": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "stateMachineName": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "status": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "executionOptions": {
              "array": false,
              "dataType": "jsonb",
              "isNullable": "NO"
            }
          },
          "indexes": {},
          "fkConstraints":{}
        }
      }
    }
  },
  "expectedDbSchemaNames": [
    "pg_diff_sync_test"
  ]
}
