{
  "generated": "2017-05-22T16:06:17.034Z",
  "schemas": {
    "pg_diff_sync_test": {
      "schemaExistsInDatabase": true,
      "comment": "Schema auto-generated by Relationize.js!",
      "tables": {
        "people": {
          "comment": "Just a simple list of people!",
          "pkColumnNames": [
            "employee_no"
          ],
          "columns": {
            "employee_no": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "first_name": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO",
              "comment": "Person's first name"
            },
            "last_name": {
              "array": false,
              "dataType": "text",
              "isNullable": "NO"
            },
            "age": {
              "array": false,
              "dataType": "integer",
              "numericScale": 0,
              "isNullable": "YES",
              "comment": "Age in years"
            },
            "_created": {
              "array": false,
              "dataType": "timestamp with time zone",
              "columnDefault": "now()",
              "isNullable": "NO",
              "comment": "Timestamp for when this record was created"
            },
            "_created_by": {
              "array": false,
              "dataType": "text",
              "isNullable": "YES",
              "comment": "UserID that created this record (if known)"
            },
            "_modified": {
              "array": false,
              "dataType": "timestamp with time zone",
              "columnDefault": "now()",
              "isNullable": "NO",
              "comment": "Timestamp for when this record was last updated"
            },
            "_modified_by": {
              "array": false,
              "dataType": "text",
              "isNullable": "YES",
              "comment": "UserID that last modified this record (if known)"
            }
          },
          "indexes": {
            "people_first_name_last_name_idx": {
              "columns": [
                "first_name",
                "last_name"
              ],
              "unique": true,
              "method": "btree"
            }
          },
          "fkConstraints": {}
        }
      }
    }
  },
  "expectedDbSchemaNames": [
    "pg_diff_sync_test"
  ]
}