I have a section on my site that needs to be edited by users / everyone. Since I want to approve everything first, I thought of doing it as SO for edited posts. Does anyone have any sources or good ideas on what the database should look like?
Current idea:
Divide the table in my database with each revision for an entry that has the approved BOOL flag. A new version that has approved=true will be shown as an entry.
Any better ideas?
source share