I have three pieces of data:
1. Store
2. Delivery Location
3. Delivery Location Settings
Requirements:
Each Delivery Location Setting depends on the Store that is shipping the item.
Delivery Locations are independent of specific Stores.
Lets say we have store a, and store b. Next we have a list of delivery locations (New York, New Jersey, etc).
Store A has a different setting for the New York location than store B.
Question: What is the best way to structure these relationships?