Re: Json table/column design question

2024-05-23 Thread Skorpeo Skorpeo
Thank you for the valuable feedback. I see people are big fans of json here. On Thu, May 23, 2024 at 3:04 AM Laurenz Albe wrote: > On Wed, 2024-05-22 at 22:38 -0500, Skorpeo Skorpeo wrote: > > I was wondering if having unrelated columns in a table is a sound > approach when > &g

Json table/column design question

2024-05-22 Thread Skorpeo Skorpeo
Hi, I was wondering if having unrelated columns in a table is a sound approach when using json. In other words, if I have two collections of unrelated json objects, for example "Users" and "Inventory", would it be ok to have one table with a "Users" column and a "Inventory" column? My concern is