Situation be is(Example): I have object A with attributes a,b,c, but in future maybe
I will have other object B with attributes a,c,d,e (Example) etc...
Can anyone advise me solution about designing my DB scheme
ps
Sorry for my english
pps
Now I think about like this:
Table Objects
Id Object, id attribute, Value (Big String type)
Table Attributes
id attribute, Name atribute
But atributes is very hard and I can't do like this
