Hi all,
I was just wondering if anyone knew the reason why the table_name
column on acs_object_types is unique. Is it not possible to have
two objects which use the same table to store their data. For
instance:
I have two types of users: Users who can login and users who can't
and I just want to store some details for them.
That is: real_users and pseudo_users
Real_users are a sub-type of users and pseudo_users a sub-type of
persons.
They both store my user specific information such as number of
children etc. in the same table.
I suppose I could just have them both created as the same object
type... bit restrictive I think though.
Any ideas?