🔍 Inspector de Base de Datos

1. Usuarios (Debe haber al menos 1):

Array
(
    [0] => Array
        (
            [id] => 1
            [nombre] => Admin Nómada
            [email] => admin@nomadacostarica.com
            [password_hash] => $2y$10$UjzRLDJTnURNKwj8z9fy5OhSNCNpTg4RZu8kmCoj99MHSKkhyZrZO
            [telefono] => 
            [avatar_url] => 
            [bio] => 
            [rol] => admin
            [idioma] => es
            [activo] => 1
            [email_verificado] => 1
            [created_at] => 2026-05-19 11:20:47.489651
            [updated_at] => 2026-05-19 11:20:47.489651
        )

)

2. Propiedades (Listings):

Error de conexión: SQLSTATE[42703]: Undefined column: 7 ERROR: column "status" does not exist LINE 1: SELECT id, titulo, precio_base, status FROM listings ^