I have a question. how do I store 3 dimensional data?
This is an example. Every user should fill this field.
Advertisement
Answer
I would approach this by using three related tables:
- User
- RelativeType
- UserRelativeInfo
They would be related like this: