Well, i have the Assets: Images, Videos, Sounds, Texts each Asset is multilingual and i also want each one of them to relate to other Assets in my database whats the best schema to model these relationships in my database schema?
So far i have:
The anwser is hidden in these three:
Single Table Inheritance
Class Table Inheritance
Concrete Table Inheritance
described at