I am trying to design a database for my app and webservice, Lets say the table for View properties is something like this:
So View has prop_id, x, y, width, height, bg_color, txt_color
And after a while i need to add a new column to this table like:
text_size, has_shadow ...etc
The type of property is dynamic, and the number of properties is dynamic as well.
so how can we design for such kind of extendable databases?