{
    "1": {
        "method": "addColumn",
        "params": [
            "nexus_packages",
            {
                "name": "p_upsell",
                "type": "TINYINT",
                "length": 1,
                "allow_null": false
            }
        ]
    },
    "2": {
        "method": "changeColumn",
        "params": [
            "nexus_tax",
            "t_rate",
            {
                "name": "t_rate",
                "type": "TEXT",
                "allow_null": false
            }
        ]
    }
}