@chem1x as discussed on Discord, I think this is because Postgres can’t handle multidimensional arrays when you try and save it into the database so you either need to flatten it or move it into a separate table
@chem1x as discussed on Discord, I think this is because Postgres can’t handle multidimensional arrays when you try and save it into the database so you either need to flatten it or move it into a separate table