{
    "success": true,
    "message": "Database structure analysis completed",
    "results": {
        "test_requests_exists": true,
        "test_requests_structure": [
            {
                "Field": "id",
                "Type": "int(11)",
                "Null": "NO",
                "Key": "PRI",
                "Default": null,
                "Extra": "auto_increment"
            },
            {
                "Field": "nombre",
                "Type": "varchar(100)",
                "Null": "NO",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "email",
                "Type": "varchar(150)",
                "Null": "NO",
                "Key": "MUL",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "tipo_test",
                "Type": "enum('personal','student','business')",
                "Null": "NO",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "idioma",
                "Type": "enum('es','en')",
                "Null": "YES",
                "Key": "",
                "Default": "es",
                "Extra": ""
            },
            {
                "Field": "precio_solicitud",
                "Type": "decimal(10,2)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "moneda_solicitud",
                "Type": "varchar(10)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "token",
                "Type": "varchar(255)",
                "Null": "NO",
                "Key": "UNI",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "activo",
                "Type": "tinyint(1)",
                "Null": "YES",
                "Key": "MUL",
                "Default": "1",
                "Extra": ""
            },
            {
                "Field": "fecha_creacion",
                "Type": "datetime",
                "Null": "YES",
                "Key": "",
                "Default": "current_timestamp()",
                "Extra": ""
            },
            {
                "Field": "fecha_expiracion",
                "Type": "datetime",
                "Null": "NO",
                "Key": "MUL",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "fecha_completado",
                "Type": "datetime",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "paid_at",
                "Type": "datetime",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "stripe_session_id",
                "Type": "varchar(255)",
                "Null": "YES",
                "Key": "MUL",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "stripe_payment_intent_id",
                "Type": "varchar(255)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "monto_pagado",
                "Type": "decimal(10,2)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "moneda_pagada",
                "Type": "varchar(10)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            },
            {
                "Field": "ip_address",
                "Type": "varchar(45)",
                "Null": "YES",
                "Key": "",
                "Default": null,
                "Extra": ""
            }
        ],
        "test_requests_count": "195",
        "test_requests_sample": [
            {
                "id": "1",
                "nombre": "Victor Preciado",
                "email": "victorarmandopreciadodavila@gmail.com",
                "tipo_test": "personal",
                "idioma": "es",
                "precio_solicitud": null,
                "moneda_solicitud": null,
                "token": "2e744324abd3b0cbaa56d2a8c49e1c679e8b7d13e346db350c7283499997d5cf",
                "activo": "1",
                "fecha_creacion": "2025-07-18 21:11:43",
                "fecha_expiracion": "2025-07-25 21:11:43",
                "fecha_completado": "2025-07-19 17:14:07",
                "paid_at": null,
                "stripe_session_id": null,
                "stripe_payment_intent_id": null,
                "monto_pagado": null,
                "moneda_pagada": null,
                "ip_address": "200.92.170.172"
            },
            {
                "id": "2",
                "nombre": "Alex Rodriguez",
                "email": "arodriguez@voyastic.com",
                "tipo_test": "personal",
                "idioma": "es",
                "precio_solicitud": null,
                "moneda_solicitud": null,
                "token": "76e8724a42564bac7976bd4ef3ab0cea3d0a390739806431ad11ca734c936195",
                "activo": "1",
                "fecha_creacion": "2025-07-18 21:12:20",
                "fecha_expiracion": "2025-07-25 21:12:20",
                "fecha_completado": "2025-07-18 21:25:56",
                "paid_at": null,
                "stripe_session_id": null,
                "stripe_payment_intent_id": null,
                "monto_pagado": null,
                "moneda_pagada": null,
                "ip_address": "200.92.170.172"
            },
            {
                "id": "4",
                "nombre": "Victor Preciadoq",
                "email": "victorarmandopreciadodavila@gmail.com",
                "tipo_test": "personal",
                "idioma": "es",
                "precio_solicitud": null,
                "moneda_solicitud": null,
                "token": "1731df56189d10b9049ba8627be3c169cb9cbc1bb585acf9f395caa466236d41",
                "activo": "1",
                "fecha_creacion": "2025-07-08 16:03:02",
                "fecha_expiracion": "2025-07-08 16:03:02",
                "fecha_completado": "2025-07-08 14:48:24",
                "paid_at": null,
                "stripe_session_id": null,
                "stripe_payment_intent_id": null,
                "monto_pagado": null,
                "moneda_pagada": null,
                "ip_address": "200.92.170.172"
            }
        ],
        "admin_users_exists": true,
        "admin_users_count": "1",
        "admin_sessions_exists": true,
        "active_admin_sessions": "3"
    }
}