I'm trying to make a list of numbers structure in MySQL (phpMyAdmin), I was thinking about storing it as a varchar with commas between all the numbers, and then when I want to fetch them I just split them, but I'm not sure if this is the best way to do it.
~Sorry if I wasn't clear, my English isn't that good.