Need to create new models on the backend to access the "region" relations data for order and customer.
Insert statements will probably need to be updated to reflect this new relation.
Query statements will also probably need to be updated.
Every time we need to access/update/insert the address for an order or customer, the backend processes will need to change (from what they are currently).
Need to create new models on the backend to access the "region" relations data for order and customer. Insert statements will probably need to be updated to reflect this new relation. Query statements will also probably need to be updated.
Every time we need to access/update/insert the address for an order or customer, the backend processes will need to change (from what they are currently).