I am looking for a good way to implement - default characteristics for an object and override the defaults in a database.
I have a table called Products - that maintains the list of products One of the products is mailbox and the value for the attribute color is blue I need the ability to specify that mailbox is red when the country is UK Rather than create one row for every country I want the ability to say if there is no entry for the country use the defaults.
I have multiple products in the products table
TIA