Hi guys, I am currently working at a project, an online website where people can learn programming by advancing through lessons, so I need to know what lessons they have completed. Should I create a table named "completed lessons" with the columns: lesson_id
and completed_by_user_id
? I don't know if this is a good idea, but don't have others.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Hi Alex.
Yes, It's OK.
But change the second column name to "user_id".
Oh, ok, thanks!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.