{
    "gallery_albums": {
        "name": "gallery_albums",
        "columns": {
            "album_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "album_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_category_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_category_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_owner_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_owner_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "album_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_name_seo": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "album_name_seo",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_description": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "album_description",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_type": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_type",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_imgs": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_imgs",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_comments",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_imgs_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_imgs_hidden",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_comments_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_comments_hidden",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_cover_img_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "album_cover_img_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_last_img_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "album_last_img_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_last_img_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_last_img_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_sort_options": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "album_sort_options",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_allow_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "album_allow_comments",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_allow_rating": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "album_allow_rating",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_rating_aggregate": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": 1,
                "default": "0.0",
                "length": 11,
                "name": "album_rating_aggregate",
                "type": "DECIMAL",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_rating_count": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_rating_count",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_rating_total": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_rating_total",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_position": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_position",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_last_x_images": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "album_last_x_images",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_allowed_access": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "Holds the social group ID (core_sys_social_groups)",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "album_allowed_access",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_allow_reviews": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "album_allow_reviews",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_reviews",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_count_reviews_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "album_count_reviews_hidden",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_use_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "1",
                "length": 1,
                "name": "album_use_comments",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_use_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "album_use_reviews",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_comments",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_comments_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_comments_hidden",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_comments_unapproved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_comments_unapproved",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_reviews",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_reviews_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_reviews_hidden",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_reviews_unapproved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "album_reviews_unapproved",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_meta_data": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": 0,
                "length": 1,
                "name": "album_meta_data",
                "type": "BIT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "album_last_comment": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "album_last_comment",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "album_last_review": {
                "name": "album_last_review",
                "type": "INT",
                "length": 10,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "album_locked": {
                "name": "album_locked",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "album_featured": {
                "name": "album_featured",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "album_hidden": {
                "name": "album_hidden",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "album_submit_type": {
                "name": "album_submit_type",
                "type": "INT",
                "length": 10,
                "decimals": null,
                "values": null,
                "allow_null": false,
                "default": "0",
                "comment": "Submission type. 0=owner only, 1=anyone, 2=specific groups, 3=specific members, 4=club",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "album_submit_access": {
                "name": "album_submit_access",
                "type": "TEXT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "album_id"
                ]
            },
            "album_last_img_date": {
                "type": "key",
                "name": "album_last_img_date",
                "length": [
                    null
                ],
                "columns": [
                    "album_last_img_date"
                ]
            },
            "album_owner_id": {
                "type": "key",
                "name": "album_owner_id",
                "length": [
                    null,
                    null
                ],
                "columns": [
                    "album_owner_id",
                    "album_last_img_date"
                ]
            },
            "album_parent_id": {
                "type": "key",
                "name": "album_parent_id",
                "length": [
                    null,
                    181
                ],
                "columns": [
                    "album_category_id",
                    "album_name_seo"
                ]
            },
            "album_table": {
                "type": "key",
                "name": "album_table",
                "length": [
                    null,
                    null,
                    170
                ],
                "columns": [
                    "album_category_id",
                    "album_type",
                    "album_name"
                ]
            }
        },
        "comment": "",
        "reporting": "count"
    },
    "gallery_bandwidth": {
        "name": "gallery_bandwidth",
        "columns": {
            "bid": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "bid",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "member_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "member_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "bdate": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "bdate",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "bsize": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "bsize",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "image_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "bid"
                ]
            },
            "member_id": {
                "type": "key",
                "name": "member_id",
                "length": [
                    null
                ],
                "columns": [
                    "member_id"
                ]
            },
            "bdate": {
                "type": "key",
                "name": "bdate",
                "length": [
                    null
                ],
                "columns": [
                    "bdate"
                ]
            },
            "image_id": {
                "type": "key",
                "name": "image_id",
                "columns": [
                    "image_id"
                ],
                "length": [
                    null
                ]
            }
        }
    },
    "gallery_categories": {
        "name": "gallery_categories",
        "columns": {
            "category_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 11,
                "name": "category_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_parent_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_parent_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_name_seo": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "category_name_seo",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_count_imgs": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_count_imgs",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_count_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_count_comments",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_count_imgs_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_count_imgs_hidden",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_count_comments_hidden": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_count_comments_hidden",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_cover_img_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "category_cover_img_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_last_img_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "category_last_img_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_last_img_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_last_img_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_sort_options": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "category_sort_options",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_allow_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_allow_comments",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_allow_rating": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_allow_rating",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_approve_img": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_approve_img",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_approve_com": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_approve_com",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_rating_aggregate": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_rating_aggregate",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_rating_count": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_rating_count",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_rating_total": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_rating_total",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_watermark": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_watermark",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_position": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_position",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_can_tag": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "category_can_tag",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_preset_tags": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "category_preset_tags",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_public_albums": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_public_albums",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_nonpublic_albums": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "category_nonpublic_albums",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "category_tag_prefixes": {
                "name": "category_tag_prefixes",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_allow_albums": {
                "name": "category_allow_albums",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "1",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_show_rules": {
                "name": "category_show_rules",
                "type": "TINYINT",
                "length": 1,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_rules_link": {
                "name": "category_rules_link",
                "type": "VARCHAR",
                "length": 255,
                "decimals": null,
                "values": [],
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_allow_reviews": {
                "name": "category_allow_reviews",
                "type": "TINYINT",
                "length": 4,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_review_moderate": {
                "name": "category_review_moderate",
                "type": "TINYINT",
                "length": 4,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_club_id": {
                "name": "category_club_id",
                "type": "BIGINT",
                "length": 20,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "The club ID if this category belongs to a club, or NULL",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "category_sort_options_img": {
                "name": "category_sort_options_img",
                "type": "VARCHAR",
                "length": 255,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "category_id"
                ]
            },
            "category_last_img_id": {
                "type": "key",
                "name": "category_last_img_id",
                "length": [
                    null
                ],
                "columns": [
                    "category_last_img_id"
                ]
            },
            "category_parent_id": {
                "type": "key",
                "name": "category_parent_id",
                "columns": [
                    "category_parent_id"
                ],
                "length": [
                    null
                ]
            }
        },
        "inserts": [
            {
                "category_id": "1",
                "category_parent_id": "0",
                "category_name_seo": "member-albums",
                "category_count_imgs": "0",
                "category_count_comments": "0",
                "category_count_imgs_hidden": "0",
                "category_count_comments_hidden": "0",
                "category_cover_img_id": "0",
                "category_last_img_id": "0",
                "category_last_img_date": "0",
                "category_sort_options": null,
                "category_allow_comments": "1",
                "category_allow_rating": "1",
                "category_approve_img": "0",
                "category_approve_com": "0",
                "category_rating_aggregate": "0",
                "category_rating_count": "0",
                "category_rating_total": "0",
                "category_watermark": "0",
                "category_position": "1",
                "category_can_tag": "0",
                "category_preset_tags": null,
                "category_public_albums": "0",
                "category_nonpublic_albums": "0",
                "category_tag_prefixes": "0",
                "category_allow_albums": "1",
                "category_show_rules": "0"
            }
        ],
        "comment": "",
        "reporting": "count"
    },
    "gallery_comments": {
        "name": "gallery_comments",
        "columns": {
            "comment_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "comment_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_edit_time": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_edit_time",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_author_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "comment_author_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "comment_author_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "comment_author_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_ip_address": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 46,
                "name": "comment_ip_address",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_post_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_post_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_text": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "comment_text",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_approved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "comment_approved",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_img_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_img_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_append_edit": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "comment_append_edit",
                "type": "TINYINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "comment_edit_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "comment_edit_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "comment_id"
                ]
            },
            "author_id": {
                "type": "key",
                "name": "author_id",
                "length": [
                    null
                ],
                "columns": [
                    "comment_author_id"
                ]
            },
            "post_date": {
                "type": "key",
                "name": "post_date",
                "length": [
                    null
                ],
                "columns": [
                    "comment_post_date"
                ]
            },
            "img_id": {
                "type": "key",
                "name": "img_id",
                "length": [
                    null,
                    null
                ],
                "columns": [
                    "comment_img_id",
                    "comment_post_date"
                ]
            },
            "comment_ip_address": {
                "type": "key",
                "name": "comment_ip_address",
                "length": [
                    null
                ],
                "columns": [
                    "comment_ip_address"
                ]
            },
            "comment_approved": {
                "type": "key",
                "name": "comment_approved",
                "columns": [
                    "comment_approved"
                ],
                "length": [
                    null
                ]
            }
        },
        "comment": "",
        "reporting": "count"
    },
    "gallery_images": {
        "name": "gallery_images",
        "columns": {
            "image_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "image_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_member_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "image_member_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_category_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "image_category_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_album_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "image_album_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_caption": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 255,
                "name": "image_caption",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_description": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_description",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_masked_file_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_masked_file_name",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_original_file_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_original_file_name",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_file_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_file_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_file_size": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_file_size",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_file_type": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 50,
                "name": "image_file_type",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_approved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_approved",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_views": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_views",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_comments": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_comments",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_comments_queued": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_comments_queued",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_ratings_total": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_ratings_total",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_ratings_count": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_ratings_count",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_rating": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": 1,
                "default": "0.0",
                "length": 10,
                "name": "image_rating",
                "type": "DECIMAL",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_pinned": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_pinned",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_last_comment": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_last_comment",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_media": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_media",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_credit_info": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_credit_info",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_copyright": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_copyright",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_metadata": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_metadata",
                "type": "MEDIUMTEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_caption_seo": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_caption_seo",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_notes": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_notes",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_privacy": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "image_privacy",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_parent_permission": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_parent_permission",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_feature_flag": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_feature_flag",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_gps_raw": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_gps_raw",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_gps_show": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_gps_show",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_gps_lat": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_gps_lat",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_gps_lon": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "image_gps_lon",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_loc_short": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_loc_short",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_updated": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "image_updated",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_approved_by": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "The member ID who approved the image",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "image_approved_by",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_approved_on": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "Timestamp image was approved at",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "image_approved_on",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_locked": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "image_locked",
                "type": "TINYINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_ipaddress": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 46,
                "name": "image_ipaddress",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_small_file_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_small_file_name",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_data": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "image_data",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_hidden_comments": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "image_hidden_comments",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_unapproved_comments": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "image_unapproved_comments",
                "type": "INT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "image_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_reviews",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_hidden_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_hidden_reviews",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_unapproved_reviews": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "image_unapproved_reviews",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "image_meta_data": {
                "name": "image_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
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "image_id"
                ]
            },
            "member_id": {
                "type": "key",
                "name": "member_id",
                "length": [
                    null
                ],
                "columns": [
                    "image_member_id"
                ]
            },
            "im_select": {
                "type": "key",
                "name": "im_select",
                "length": [
                    null,
                    null,
                    null,
                    null
                ],
                "columns": [
                    "image_approved",
                    "image_privacy",
                    "image_member_id",
                    "image_date"
                ]
            },
            "cmt_lookup": {
                "type": "key",
                "name": "cmt_lookup",
                "length": [
                    null,
                    null,
                    129,
                    null,
                    null,
                    null
                ],
                "columns": [
                    "image_privacy",
                    "image_member_id",
                    "image_parent_permission",
                    "image_album_id",
                    "image_approved",
                    "image_last_comment"
                ]
            },
            "idate": {
                "type": "key",
                "name": "idate",
                "length": [
                    null
                ],
                "columns": [
                    "image_date"
                ]
            },
            "album_id": {
                "type": "key",
                "name": "album_id",
                "length": [
                    null,
                    null,
                    null
                ],
                "columns": [
                    "image_album_id",
                    "image_approved",
                    "image_date"
                ]
            },
            "image_feature_flag": {
                "type": "key",
                "name": "image_feature_flag",
                "length": [
                    null,
                    null
                ],
                "columns": [
                    "image_feature_flag",
                    "image_date"
                ]
            },
            "gb_select": {
                "type": "key",
                "name": "gb_select",
                "length": [
                    null,
                    180,
                    null
                ],
                "columns": [
                    "image_approved",
                    "image_parent_permission",
                    "image_date"
                ]
            },
            "lastcomment": {
                "type": "key",
                "name": "lastcomment",
                "length": [
                    null,
                    null
                ],
                "columns": [
                    "image_last_comment",
                    "image_date"
                ]
            },
            "image_ipaddress": {
                "type": "key",
                "name": "image_ipaddress",
                "length": [
                    null
                ],
                "columns": [
                    "image_ipaddress"
                ]
            },
            "image_category_id": {
                "type": "key",
                "name": "image_category_id",
                "length": [
                    null,
                    null,
                    null
                ],
                "columns": [
                    "image_category_id",
                    "image_pinned",
                    "image_updated"
                ]
            }
        },
        "collation": "utf8mb4_unicode_ci",
        "engine": "InnoDB",
        "comment": "",
        "reporting": "count"
    },
    "gallery_images_uploads": {
        "name": "gallery_images_uploads",
        "columns": {
            "upload_session": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 128,
                "name": "upload_session",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "upload_member_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "upload_member_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "upload_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "upload_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "upload_location": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "upload_location",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "upload_file_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "upload_file_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "upload_data": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "upload_data",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "upload_unique_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "upload_unique_id",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "upload_order": {
                "name": "upload_order",
                "type": "INT",
                "length": 10,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": true,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "upload_unique_id"
                ]
            },
            "upload_date": {
                "type": "key",
                "name": "upload_date",
                "length": [
                    null
                ],
                "columns": [
                    "upload_date"
                ]
            },
            "upload_session": {
                "type": "key",
                "name": "upload_session",
                "columns": [
                    "upload_session",
                    "upload_order"
                ],
                "length": [
                    null,
                    null
                ]
            },
            "upload_member_id": {
                "type": "key",
                "name": "upload_member_id",
                "length": [
                    null
                ],
                "columns": [
                    "upload_member_id"
                ]
            }
        },
        "collation": "utf8mb4_unicode_ci",
        "engine": "InnoDB"
    },
    "gallery_reviews": {
        "name": "gallery_reviews",
        "columns": {
            "review_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "review_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_author": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 20,
                "name": "review_author",
                "type": "BIGINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "review_author_name": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 255,
                "name": "review_author_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_content": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "review_content",
                "type": "MEDIUMTEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_ip_address": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 46,
                "name": "review_ip_address",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_time": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_edit_time",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_member_name": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 255,
                "name": "review_edit_member_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_show": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "review_edit_show",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_rating": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_rating",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_total": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_votes_total",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_helpful": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_votes_helpful",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_data": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "review_votes_data",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_approved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "review_approved",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_image_id": {
                "name": "review_image_id",
                "type": "INT",
                "length": 10,
                "decimals": null,
                "values": [],
                "allow_null": false,
                "default": "0",
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            },
            "review_author_response": {
                "name": "review_author_response",
                "type": "MEDIUMTEXT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "review_id"
                ]
            },
            "review_approved": {
                "type": "key",
                "name": "review_approved",
                "length": [
                    null
                ],
                "columns": [
                    "review_approved"
                ]
            },
            "review_ip": {
                "type": "key",
                "name": "review_ip",
                "length": [
                    null
                ],
                "columns": [
                    "review_ip_address"
                ]
            },
            "review_author": {
                "type": "key",
                "name": "review_author",
                "length": [
                    null
                ],
                "columns": [
                    "review_author"
                ]
            },
            "review_image": {
                "type": "key",
                "name": "review_image",
                "columns": [
                    "review_image_id",
                    "review_approved"
                ],
                "length": [
                    null,
                    null
                ]
            }
        },
        "collation": "utf8mb4_unicode_ci",
        "comment": "",
        "reporting": "count"
    },
    "gallery_album_comments": {
        "name": "gallery_album_comments",
        "columns": {
            "comment_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 10,
                "name": "comment_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_edit_time": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_edit_time",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_author_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 11,
                "name": "comment_author_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_author_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "comment_author_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_ip_address": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 46,
                "name": "comment_ip_address",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_post_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_post_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_text": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "comment_text",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_approved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 4,
                "name": "comment_approved",
                "type": "TINYINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_album_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "comment_album_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "comment_append_edit": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "comment_append_edit",
                "type": "TINYINT",
                "unsigned": true,
                "values": [],
                "zerofill": false
            },
            "comment_edit_name": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 255,
                "name": "comment_edit_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "comment_id"
                ]
            },
            "author_id": {
                "type": "key",
                "name": "author_id",
                "length": [
                    null
                ],
                "columns": [
                    "comment_author_id"
                ]
            },
            "post_date": {
                "type": "key",
                "name": "post_date",
                "length": [
                    null
                ],
                "columns": [
                    "comment_post_date"
                ]
            },
            "img_id": {
                "type": "key",
                "name": "img_id",
                "length": [
                    null,
                    null
                ],
                "columns": [
                    "comment_album_id",
                    "comment_post_date"
                ]
            },
            "comment_ip_address": {
                "type": "key",
                "name": "comment_ip_address",
                "length": [
                    null
                ],
                "columns": [
                    "comment_ip_address"
                ]
            },
            "comment_approved": {
                "type": "key",
                "name": "comment_approved",
                "length": [
                    null
                ],
                "columns": [
                    "comment_approved"
                ]
            }
        },
        "collation": "utf8mb4_unicode_ci",
        "engine": "InnoDB",
        "comment": "",
        "reporting": "count"
    },
    "gallery_album_reviews": {
        "name": "gallery_album_reviews",
        "columns": {
            "review_id": {
                "allow_null": false,
                "auto_increment": true,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 20,
                "name": "review_id",
                "type": "BIGINT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_author": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_author",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_author_name": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 255,
                "name": "review_author_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_content": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "review_content",
                "type": "MEDIUMTEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_date": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_date",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_ip_address": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 46,
                "name": "review_ip_address",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_time": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_edit_time",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_member_name": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "",
                "length": 255,
                "name": "review_edit_member_name",
                "type": "VARCHAR",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_edit_show": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "review_edit_show",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_rating": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_rating",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_total": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_votes_total",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_helpful": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_votes_helpful",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_votes_data": {
                "allow_null": true,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": null,
                "length": 0,
                "name": "review_votes_data",
                "type": "TEXT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_approved": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 1,
                "name": "review_approved",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_album_id": {
                "allow_null": false,
                "auto_increment": false,
                "binary": false,
                "comment": "",
                "decimals": null,
                "default": "0",
                "length": 10,
                "name": "review_album_id",
                "type": "INT",
                "unsigned": false,
                "values": [],
                "zerofill": false
            },
            "review_author_response": {
                "name": "review_author_response",
                "type": "MEDIUMTEXT",
                "length": null,
                "decimals": null,
                "values": null,
                "allow_null": true,
                "default": null,
                "comment": "",
                "unsigned": false,
                "zerofill": false,
                "auto_increment": false,
                "binary": false
            }
        },
        "indexes": {
            "PRIMARY": {
                "type": "primary",
                "name": "PRIMARY",
                "length": [
                    null
                ],
                "columns": [
                    "review_id"
                ]
            },
            "review_approved": {
                "type": "key",
                "name": "review_approved",
                "length": [
                    null
                ],
                "columns": [
                    "review_approved"
                ]
            },
            "review_ip": {
                "type": "key",
                "name": "review_ip",
                "length": [
                    null
                ],
                "columns": [
                    "review_ip_address"
                ]
            },
            "review_author": {
                "type": "key",
                "name": "review_author",
                "length": [
                    null
                ],
                "columns": [
                    "review_author"
                ]
            },
            "review_album_id": {
                "type": "key",
                "name": "review_album_id",
                "columns": [
                    "review_album_id"
                ],
                "length": [
                    null
                ]
            }
        },
        "comment": "",
        "reporting": "count"
    }
}