A Database Error Occurred

Error Number: 1054

Unknown column 'zipcode' in 'field list'

select `id`, `event_name`, `event_id`, `event_start_date`, `event_slug`, `year`, `exhibitor_name`, `booth_no`, `website`, `city`, `state`, `country`, `email`, `contact_name`, `phone`, `zipcode` from tbl_exhibitor_list where event_id = 89336 and year(event_start_date) = '2022' order by exhibitor_name limit 400,100

Filename: /home/eventsxpo/public_html/controllers/exhibitors.php

Line Number: 433