{
    "schema_fixes": [
        "'mobile_number' column already exists.",
        "'education' column already exists.",
        "'medical_condition' column already exists.",
        "'age' column already exists.",
        "'role' column already exists."
    ],
    "database_status": {
        "users": {
            "row_count": 5,
            "columns": [
                "id",
                "name",
                "email",
                "password_hash",
                "mobile_number",
                "education",
                "medical_condition",
                "diabetes_type",
                "diabetes_duration",
                "hba1c",
                "systolic",
                "diastolic",
                "medical_history",
                "age",
                "gender",
                "role",
                "created_at"
            ]
        },
        "test_results": {
            "row_count": 0,
            "columns": [
                "id",
                "user_id",
                "test_type",
                "score",
                "details",
                "test_date"
            ]
        },
        "wellness_logs": {
            "row_count": 10,
            "columns": [
                "id",
                "user_id",
                "type",
                "value",
                "details",
                "log_date",
                "created_at"
            ]
        },
        "chat_history": {
            "row_count": 0,
            "columns": [
                "id",
                "user_id",
                "message",
                "is_user",
                "timestamp"
            ]
        }
    },
    "connection": "Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mocaai_db.notifications' doesn't exist"
}