Polymorphic-like SQL database table structure
问题 I have some tables that have different structures, but contains the same data (in the example it is name and surname). Edit: Demo structure fiddle - http://sqlfiddle.com/#!2/cce568 However now I need to create some collective table which will store this information + some more details (eg datetime, company name, position etc). This collective table can contain some entity more than once according to the context of the remaining fields. Is there some pattern how to store this collective table,