Closed cdellacqua123 closed 2 years ago
Great job! You're really close on this one! Here's what I saw:
##
before the titlenull: false
constraint for comment_id
in the claps
table. Is this because people can clap stories rather than comments? If so, great! Just make sure to mention that in your bullet points below.Thanks for your comments! I made the formatting corrections and added info for my planned associations. On your last point, re: null: false on comment_id - that was indeed the reason why I left off the constraint. A clap will always be under a story, but not necessarily under a comment.
Great! Yeah just make sure to back-tick the column names you have in parentheses ((through author_id) should be (through author_id
)) and you'll be good to go! Feel free to close this issue once you've done that
back_ticked