I am using php with pdo and mysql in my project I need to create schedules, breaks and the positions in which they have to be weekly, I must create 2 weeks ahead of the current week, but there are some rules: they must be ordered first by order alphabetical and they are assigned a number, and based on that list, each one is assigned breaks, timetables and positions already determined depending on the number that they played.
My question is, how can I program those insertions in mysql, I have read that it is that programmers of events are used, but I do not understand very well how to use them.
thanks.