🇻
Size: a a a
🇻
MC
🇻
MC
MC
А
MC
MC
SELECT `attribute`.`id`
FROM `attribute`
LEFT JOIN `option`
ON `attribute`.`option_id` = `option`.`id`
LEFT JOIN `item`
ON `option`.`item_id` = `item`.`id`
WHERE ( `item`.`restaurant_id` = 776 )
AND ( `attribute`.`deleted_at` IS NULL )
🇻
MC
А
attribute
.id
attribute
option
attribute
.option_id
= option
.id
item
option
.item_id
= item
.id
item
.restaurant_id
= 776 ) attribute
.deleted_at
IS NULL )А
А
MC
А
MC
attribute
.id
attribute
option
attribute
.option_id
= option
.id
item
option
.item_id
= item
.id
item
.restaurant_id
= 776 ) attribute
.deleted_at
IS NULL )🇻