Now I have a user table, courses table, I created 2 tables, attend, watch later which have a one to many with user and many to many with courses I want when the user press attend, the course will be added to attend table with user = user ,Now I have a user table, courses table, I creat