{
    "1": {
        "method": "changeColumn",
        "params": [
            "core_advertisements",
            "ad_location",
            {
                "name": "ad_location",
                "type": "TEXT",
                "length": 255,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "",
                "comment": "Stores the location for the advertisement to display",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "2": {
        "method": "addColumn",
        "params": [
            "core_emoticons",
            {
                "name": "emo_set_position",
                "type": "INT",
                "length": 10,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "1",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    }
}