{
    "table": {
        "name": "sat_token"
    },
    "attributes": {
        "id": {
            "type": "string",
            "maxlen": 255
        },
        "type": {
            "type": "string",
            "maxlen": 255
        },
        "lifetype": {
            "type": "string",
            "maxlen": 255
        },
        "creation": {
            "type": "string"
        },
        "expiration": {
            "type": "string"
        },
        "count": {
            "type": "integer"
        },
        "usage": {
            "type": "integer"
        },
        "secret": {
            "type": "string"
        }
    },
    "originaltable": {
        "fullname": "public.sat_token",
        "name": "sat_token",
        "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
            },
            "type": {
                "position": 2,
                "name": "type",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "lifetype": {
                "position": 3,
                "name": "lifetype",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 255,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "creation": {
                "position": 4,
                "name": "creation",
                "type": "timestamp without time zone",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "expiration": {
                "position": 5,
                "name": "expiration",
                "type": "timestamp without time zone",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "count": {
                "position": 6,
                "name": "count",
                "type": "integer",
                "nullable": "YES",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "usage": {
                "position": 7,
                "name": "usage",
                "type": "integer",
                "nullable": "YES",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "secret": {
                "position": 8,
                "name": "secret",
                "type": "text",
                "nullable": "YES",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}