есть таблица 'action'. в ней есть поле типа JSON 'condition'.
структура данных в этом поле
[{
"data": [{"operator": "1"},{"type": "1"},{"1": {"values": "3"}}],
"action": "6",
"coupon": ["130"],
"discount": "10",
"change_cart": "1",
"discount_type": "0",
"change_price_after_use": "0",
"show_in_additional_items": "1"
},
{
"data": [{"operator": "1"},{"type": "2"},{"2": {"values": "77"}}],
"action": "6",
"coupon": ["130"],
"discount": "200",
"change_cart": "0",
"discount_type": "1",
"change_price_after_use": "1",
"show_in_additional_items": "1"
},
{
"data": [{"operator": "1"},{"type": "3"},{"3": {"values": "151262"}}],
"action": "6",
"coupon": ["130"],
"discount": "10",
"change_cart": "1",
"discount_type": "0",
"change_price_after_use": "0",
"show_in_additional_items": "0"
}
]
Вопрос, как составить правильный запрос для выборки всех записей у которых в поле 'condition' есть "action": "6"?