Im building an app where a user can upload multiple images, the path will be stored in the database, but is there a way to put all the paths on a single column (an array type),Im kinda new to mysql and don't know if that exists.
I just want to avoid creating 10 or more columns for each image.
By writing this I realized I should make another table just for images, and link them.
Anyway I would still like to know if there is a way of creating arrays for a column in mysql.
Thank you.