www.pastatime.co: 1054 - Unknown column 'is_promotional' in 'where clause'

select * from discount_coupons where is_promotional = 1 and status = 'A' and is_deleted = 'N' and (redemption_start is null or redemption_start <= '2026-02-04 04:40:31') and (redemption_expires is null or redemption_expires >= '2026-02-04 04:40:31') and (location_ids is null or location_ids = '' or location_ids = 'null' or location_ids like '%"1"%') order by rand() limit 1

[TEP STOP]