search for: users_object

Displaying 1 result from an estimated 1 matches for "users_object".

Did you mean: users_objects
2007 Nov 22
2
Active Record Question
hey! I have the following table structure in my DB | users | ------------ | (pk)id | | username | | pass | ------------ (1:n) | users_objects | | objectattributes | ------------------ ---------------------------------- | (fk,pk)user_id | (1:n) | (pk)attribute | |(fk,pk)object_id| | (pk,fk) users_objects_user_id | | .... |...