I'm creating a "flagged" func that flags users, postings, and comments.
I am currently using three tables: "flagged_users" "flagged_postings" and "flagged_comments".
And in each table, there's: flagged_id, user_id/posting_id/comment_id, reason.
Is there a way to combine into just one table? or is 3 tables the best?