database structure for threads that are editable by many users?
        Posted  
        
            by fayer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fayer
        
        
        
        Published on 2010-05-18T10:52:56Z
        Indexed on 
            2010/05/19
            14:40 UTC
        
        
        Read the original article
        Hit count: 187
        
at the moment i have a column "user_id" in the "threads" table cause one thread belongs to an user.
i want to make it like Stackoverflow that one thread can be editable by many users and you can see when they edited, what they edited, roll back changes and so on.
im using symfony, is there a plugin for this?
if no, are there any 3rd part libraries/plugins to download for this to integrate to existing database?
cause i have no idea how to implement this. it sounds like mediawiki, something that already exists?
thanks
© Stack Overflow or respective owner