I was building a forum website but I could not decide how to create Mysql structure of it. Just like in here, a user asks lots of questions and users answer them many times and none of them is overwriten if they answer more. So, would i create a table for questions and answers table for forum websites. Would not they be overwriten if i create just one table for questions and answers table for each user?
Share
User Table:
Forum Table:
Forum Subcategory:
Forum Threads:
Comment Table:
just giving you a broad idea what it should look like, of course you can add more features like rating system, polls etc.