i am getting an error when i try to look at the table for construction.
SELECT * FROM `exile`.`construction` WHERE `id` LIKE '%8428%' OR `class` LIKE '%8428%' OR `account_uid` LIKE '%8428%' OR `spawned_at` LIKE '%8428%' OR `maintained_at` LIKE '%8428%' OR `position_x` LIKE '%8428%' OR `position_y` LIKE '%8428%'
OR `position_z` LIKE '%8428%' OR `direction_x` LIKE '%8428%' OR `direction_y` LIKE '%8428%' OR `direction_z` LIKE '%8428%' OR `up_x` LIKE '%8428%' OR `up_y` LIKE '%8428%' OR `up_z` LIKE '%8428%'
OR `is_locked` LIKE '%8428%' OR `pin_code` LIKE '%8428%'
LIMIT 1000;
/* SQL Error (1054): Unknown column 'maintained_at' in 'where clause' */
any idea how to fix this.
thank you