So, I want to create a database for my program where one of the variables I want to store are 2 lists with data:
[2, 6, 14, 17, 24, 31, 40, 48, 56, 63, 69]
[0, 15, 30, 60, 90, 90, 90, 120, 120, 120, 120]
It will change every time user adds new data.
My problem is, how can I store those lists in this database?