Hi i want to ask for help with making column for movie genres. How would you make column for movie genre that would be able to store multiple values ? Like one movie can be Action, Komedy, Thriller and i want to ask if it is possible somethink like this:
Movie: ajlskdhalksdlha
Genres: [action, komedy, thriller]
I know there is enum but it will store only one value from that array of values.
🤔
I would advice against it, but you can use a json column for that, however, you need to be aware that it will slow down and make searching those values trickier.