idiomattic / Mediyum

0 stars 0 forks source link

3) Database Schema #3

Closed cdellacqua123 closed 2 years ago

cdellacqua123 commented 2 years ago
cdellacqua123 commented 2 years ago

Great job! You're really close on this one! Here's what I saw:

idiomattic commented 2 years ago

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.

cdellacqua123 commented 2 years ago

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