Create Parent child relational table structure like :
-
User (Parent)
a.Interests (Child of User mapped using user_id,interest_id)
b.Profession (Child of User mapped using user_id,profession_id) -
Company (Parent)
a.Product(Child of Company mapped using company_id,product_id)
1
solved What is the ideal way to store customized objects