I received a list from a customer using bullet points, and then sub bullet points. What is the best way to store these in a Postgres database, if you could give me an example of this, that would be great.
Thanks!
Structure of it is something similar to this:
- Defect1
- possible instance of defect1
- another possible instance of defect1
- Defect2
- possible instance of defect2
- another possible instance of defect2...