I'm trying to implement a revision system for a site I'm building and am working on it's design...
How does a revision system (for content) like Stackoverflow work? Does it store a diff from version to version or does it store the full text in each db entry?
I'm guessing the columns are something like: date, revision_num, content, author. Am I missing anything?