{
    "1": {
        "method": "addColumn",
        "params": [
            "blog_blogs",
            {
                "name": "blog_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": [
            "blog_blogs",
            {
                "name": "blog_last_poster_anon",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    },
    "3": {
        "method": "addColumn",
        "params": [
            "blog_entries",
            {
                "name": "entry_is_anon",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    },
    "4": {
        "method": "addColumn",
        "params": [
            "blog_entries",
            {
                "name": "entry_last_poster_anon",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    },
    "5": {
        "method": "addColumn",
        "params": [
            "blog_comments",
            {
                "name": "comment_is_anon",
                "type": "TINYINT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "auto_increment": false
            }
        ]
    }
}