I've always struggled with getting my head around pivot tables. I have 3 tables: users, conditions, and condition_user. The condition_user table has extra columns (years, months, days). How would I fill out the pivot table when a new user submits a condition (they may have more than one condition to input) alongside filling out the extra columns? I have no idea where to begin