I was wondering whether or not storing an array as a JSON string in a mysql text field is good practice.
I am creating an invoice which allows the user to add an u
If all you need is just to store - then it is not a bad practice.
But if you need to perform any sort of processing, sorting or something similar - you need to normalize it.