Renderer/Scripts/structs/createStruct.sql
2021-10-14 23:23:54 -04:00

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}');