While I am trying to save a product, I am getting this error:
SQLSTATE[22003]: Numeric value out of range: 167 Out of range value for column ‘value_id’ at row 1, query was: INSERT INTO catalog_product_entity_decimal
(attribute_id
,store_id
,row_id
,value
) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE attribute_id
= VALUES(attribute_id
), store_id
= VALUES(store_id
), row_id
= VALUES(row_id
), value
= VALUES(value
)
How I can handle this error? I see that value_id is set as INT.