You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Right now, CheckoutEntity is used as a list inside ItemEntity, however it can just be it's own table and use relationships to attach it to an item. This will make these methods a lot simpler: getCheckoutEntity(), setCheckoutEntity(CheckoutEntity), getCheckoutEntities()addCheckoutEntity(CheckoutEntity), removeCheckoutEntity(), setCheckoutEntities().
Right now,
CheckoutEntityis used as a list insideItemEntity, however it can just be it's own table and use relationships to attach it to an item. This will make these methods a lot simpler:getCheckoutEntity(),setCheckoutEntity(CheckoutEntity),getCheckoutEntities()addCheckoutEntity(CheckoutEntity),removeCheckoutEntity(),setCheckoutEntities().