I am trying to create a base/table to track promotional inventory on a website.
- There is a set amount of inventory at any given time
- 3 Hero Images
- 3 Banners
- 5 Tiles
- My goals
- track which promotions we have running at a given time
- Track the usage of each promotional element
- Limit usage of a given element if we are oversold
Currently I have a table with the following fields
- Name
- Start Date
- End Date
- Placement (Multi Select with each element)
- Details (Long Text)


