Reordable pivot table in Relation Manager
I have 3 tables:
It shows category attributes nicely, ordered by
But then i try to reorder those displayed attributes, it generates DB error:
What am i missing here?
- categories (id, name)
- attributes (id, name)
- attribute_category (category_id, attribute_id, order) - pivot table
It shows category attributes nicely, ordered by
order field in attribute_categoryBut then i try to reorder those displayed attributes, it generates DB error:
What am i missing here?