Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7592179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:50:32+00:00 2026-05-30T20:50:32+00:00

In my application a user can post comments against either a post or a

  • 0

In my application a user can post comments against either a post or a reply to a post. This is NOT the same as nested comments as the reply is a different table to the comment. I guess this is very similar to the way in which StackOverflow works.

I’m confused about how to link it though as what would the foreign key be? As normally I’d just put post_id in the comments table but I also need reply_id to link it to the answer IF its linked to that rather than the actual post. Although I guess I’d need both in that instance so to link to the post and the reply on that post although the reply itself is already linked… confusing right?

What’s the best way to do this? Thanks

POSTS
id
title
content
datetime


REPLIES
id
datetime
content
post_id


COMMENTS
id
datetime
content
post_id
reply_id
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T20:50:35+00:00Added an answer on May 30, 2026 at 8:50 pm

    There are a couple of ways you can do this. One would be to allow COMMENTS.reply_id to be zero, or -1, or some other code that indicates that the comment isn’t related to a reply (sorry, I try to avoid NULLs at all costs!). The other way would be to replace the post_id and reply_id columns with two columns as follows:

    COMMENTS
    id
    datetime
    content
    parent_id (could be post_id or reply_id)
    parent_type (could be 'post' or 'reply' or something else)
    

    There are caveats with both approaches, the chief being how to enforce referential integrity.

    Hope this helps. Not exactly 3rd normal form but it will get the job done.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application, a user can post comments only after logging in. So when
Im writing a ruby application that can post comments on behalf of the user
In my application user can add there reminder for the specific day and reminder
I'm making a small tool application that user can minimize in the taskbar .
I have an view-based application where the user can do a lot of customization
I'm creating a Java application where the user can search through a list of
Currently I have a web application where a user can use dropdown lists to
In a rather simple ASP.NET application where the user can upload a image, mostly
I am trying to create an iPhone application where the user can add entries.
User can switch active application by Alt+Tab or by clicking on their icons in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.