Displaying 1 result from an estimated 1 matches for "attribute_ord".
Did you mean:
attribute_id
2006 Mar 22
1
updating multiple attributes
....
One view is an item view. Each item can have many attributes.
Example:
item: bike
item_id: 2333
attribute: id: 3 #auto-increment
item_id: 2333 #primary key
attribute_type: wheels #a type of attribute
attribute_order: 1 #the order it shows up in the
list
attribute: id: 4 #auto-increment
item_id: 2333 #primary key
attribute_type: wheels #a type of attribute
attribute_order: 2 #the order it shows up in the
list
attribute:...