{
    "amasty_customer_login_log": {
        "column": {
            "logged_in_id": true,
            "logged_in_time": true,
            "admin_id": true,
            "admin_username": true,
            "admin_email": true,
            "customer_id": true,
            "customer_name": true,
            "customer_lastname": true,
            "customer_email": true,
            "website_id": true,
            "website_code": true,
            "secret_key": true,
            "store_id": true
        },
        "constraint": {
            "PRIMARY": true,
            "AMASTY_CUSTOMER_LOGIN_LOG_ADMIN_ID_ADMIN_USER_USER_ID": true,
            "AMASTY_CUSTOMER_LOGIN_LOG_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
            "AMASTY_CUSTOMER_LOGIN_LOG_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
        }
    },
    "amasty_customer_login_order": {
        "column": {
            "id": true,
            "order_id": true,
            "admin_id": true
        },
        "constraint": {
            "PRIMARY": true,
            "AMASTY_CUSTOMER_LOGIN_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
            "AMASTY_CUSTOMER_LOGIN_ORDER_ADMIN_ID_ADMIN_USER_USER_ID": true
        }
    }
}