{
    "amasty_geoip_block": {
        "column": {
            "block_id": true,
            "start_ip_num": true,
            "end_ip_num": true,
            "geoip_loc_id": true,
            "postal_code": true,
            "latitude": true,
            "longitude": true
        },
        "index": {
            "AMASTY_GEOIP_BLOCK_GEOIP_LOC_ID": true,
            "AMASTY_GEOIP_BLOCK_START_IP_NUM_END_IP_NUM": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "amasty_geoip_location": {
        "column": {
            "location_id": true,
            "geoip_loc_id": true,
            "country": true,
            "city": true,
            "region": true
        },
        "index": {
            "AMASTY_GEOIP_LOCATION_GEOIP_LOC_ID": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "amasty_geoip_block_v6": {
        "column": {
            "block_id": true,
            "start_ip_num": true,
            "end_ip_num": true,
            "geoip_loc_id": true,
            "postal_code": true,
            "latitude": true,
            "longitude": true
        },
        "index": {
            "AMASTY_GEOIP_BLOCK_V6_GEOIP_LOC_ID": true,
            "AMASTY_GEOIP_BLOCK_V6_START_IP_NUM_END_IP_NUM": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "amasty_geoip_ip_log": {
        "column": {
            "log_id": true,
            "ip": true,
            "last_visit": true,
            "last_sync": true
        },
        "index": {
            "AMASTY_GEOIP_IP_LOG_LAST_SYNC": true
        },
        "constraint": {
            "PRIMARY": true,
            "AMASTY_GEOIP_IP_LOG_IP": true
        }
    }
}