Good afternoon, everyone. I have an automation monitoring system that consumes a table that contains information about n registered automations, about 40 presently. I would however like to make a check on the days on which these automations will run. Example: Automation 1 runs only Monday through Friday, automation 2 runs also on Saturdays and Sundays, etc. To not make these rules directly in the code I was thinking of doing a weekday table and binding it as foreign key to the table in which the automations are. My question is: Is this the best way? How would you do the table? I was thinking of doing a table with id and boolean days of the week and then treating that in source.