View file IPS Community Suite 4.7.8 NULLED/applications/blog/setup/upg_101100/queries.json

File size: 2.21Kb
{
    "1": {
        "method": "addColumn",
        "params": [
            "blog_blogs",
            {
                "name": "blog_club_id",
                "type": "BIGINT",
                "length": 20,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "The club ID if this blog belongs to a club, or NULL",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "2": {
        "method": "addColumn",
        "params": [
            "blog_entries",
            {
                "name": "entry_meta_data",
                "type": "BIT",
                "length": 1,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "3": {
        "method": "addColumn",
        "params": [
            "blog_blogs",
            {
                "name": "blog_sidebar",
                "type": "TEXT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    },
    "4": {
        "method": "changeColumn",
        "params": [
            "blog_entries",
            "entry_name",
            {
                "name": "entry_name",
                "type": "VARCHAR",
                "length": 255,
                "decimals": null,
                "values": [],
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        ]
    }
}