When I am creating a product attribute in admin panel, I am getting following SQL error.
But the attribute gets created. Then why is the below error ?
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'actions_serialized' in 'where clause', query was: SELECT `main_table`.* FROM `smart_label_product` AS `main_table` WHERE ((conditions_serialized LIKE '%s:9:\"attribute\";s:9:\"test_attr\";%' OR actions_serialized LIKE '%s:9:\"attribute\";s:9:\"test_attr\";%'))