Hi everyone,
i hope to implement a user subscription feature on my webdatabase, where users can subscribe to each other's postings.
Can i achieve this by having one table to map the USERIDs to each other, and then relate this to the main USER table?
Currently I have two user tables that are exact mirrors of each other, and then a junction table to relate the two, but im beginning to think this is kinda dumb....
Thanks!
i hope to implement a user subscription feature on my webdatabase, where users can subscribe to each other's postings.
Can i achieve this by having one table to map the USERIDs to each other, and then relate this to the main USER table?
Currently I have two user tables that are exact mirrors of each other, and then a junction table to relate the two, but im beginning to think this is kinda dumb....
Thanks!