but I'm thinking that detach, sync is going to mess up.
?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Basic scenario: seminar, students, attendance
Tables: seminars (name, description, room_number) students (first_name, last_name, etc ...) seminars_students (seminar_id, student_id)
My problem is trying to figure out how to setup the attendance table.
I thought of: seminairs_students (seminar_id, student_id, attended)
but I'm thinking that detach, sync is going to mess up.
What is suggested? OR am I just over thinking this?
Thanks!
Please or to participate in this conversation.