{
    "table": {
        "name": "sat_request"
    },
    "attributes": {
        "id": {
            "type": "string",
            "maxlen": 255
        },
        "creation": {
            "type": "string"
        },
        "nextrun": {
            "type": "string"
        },
        "lastrun": {
            "type": "string"
        },
        "status": {
            "type": "string",
            "maxlen": 255
        },
        "type": {
            "type": "string",
            "maxlen": 255
        },
        "data": {
            "type": "string"
        },
        "databin": {
            "type": "array"
        },
        "rawresult": {
            "type": "string"
        },
        "target": {
            "type": "string",
            "maxlen": 255
        }
    },
    "originaltable": {
        "fullname": "public.sat_request",
        "name": "sat_request",
        "relationship": false,
        "columns": {
            "id": {
                "position": 1,
                "name": "id",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "creation": {
                "position": 2,
                "name": "creation",
                "type": "timestamp without time zone",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "nextrun": {
                "position": 3,
                "name": "nextrun",
                "type": "timestamp without time zone",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "lastrun": {
                "position": 4,
                "name": "lastrun",
                "type": "timestamp without time zone",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "status": {
                "position": 5,
                "name": "status",
                "type": "character varying",
                "nullable": "YES",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "type": {
                "position": 6,
                "name": "type",
                "type": "character varying",
                "nullable": "YES",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data": {
                "position": 7,
                "name": "data",
                "type": "text",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "databin": {
                "position": 8,
                "name": "databin",
                "type": "ARRAY",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "rawresult": {
                "position": 9,
                "name": "rawresult",
                "type": "text",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "target": {
                "position": 10,
                "name": "target",
                "type": "character varying",
                "nullable": "YES",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}