I'm working on building my CBT and I've had a problem. I have a schedule table, and this table needs to store some data, among them, the activities that will be passed during the year. Due to this, I created the activities table, but there arises a problem: a schedule can have multiple activities, how can I store more than one activity in that schedule ?? The value is undefined, a timeline can have up to 47 activities, and I'd like to add them dynamically to the timeline. That is, the activities table should borrow more than one key at a time in the schedule table, how to do this ??