My problem is as follows
I have MainEntity table which is related to SubEntiyTable1,SubEntityTable2 ....and so by m:n relationship .I have such 30 different SubEntity and around 10 mainEntity table, each MainEnityTable1,MainEnityTable2,MainEnityTable3 ...and SubEntity2,SubEntity 2..have different parameter so I can not maintain it all in same table so I am keeping different table for each enity.Now I want make relation table between them but atleast 60 relation tables will be created .Is it feasable solution ??