--positions INSERT INTO structWorldPositions (structID,posX,posY) VALUES (0,10,10); --data INSERT INTO structData(structID,dataVal) VALUES(0,'{"localX"=10,"localY"=10}');