{
    "1": {
        "method": "addColumn",
        "params": [
            "cms_database_categories",
            {
                "name": "category_allow_anonymous",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    },
    "2": {
        "method": "addColumn",
        "params": [
            "cms_database_comments",
            {
                "name": "comment_is_anon",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    }
}