install json; load extension json; create node table test(id serial primary key, grids STRUCT(`type` STRING, `display` BOOL, `params` json)[]); create (n:test {grids ...