Re: [GENERAL] table referencing several others
Here what I would do : - Have a table "objects", which contains locations, shows, persons, well anything you want to relate to the forums in question. - Simply add an object_id to your forums table. Now, how do you distinguish between different types of objects in your ob
[GENERAL] table referencing several others
Hello, To support a forum application I have a "forum" table: Column|Type -+- created_by | integer created_on | timestamp without time zone modified_by | integer modified_on |