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