0
Json storing or separated table
assume having a table of people information and want to add their children as well. so you can put child's info in json array and store it as a json string in people table or you can create children table and link it to people table. which one is better to modify and is faster? (note:order of children is important)
0 Answers