Ordering item
sqlalchemy_orderingitem.OrderingItem
The OrderingItem base should be subclasses in SQLAlchemy database models
which are children of orderinglist relationships.
This ensures that setting the child's parent attribute gives the child the
appropriate index (the Column on which the orderinglist is sorted).