-- S3DigitalTwin.TestPattern definition CREATE TABLE `TestPattern` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `ChunkID` int(11) NOT NULL, `coordX` double DEFAULT NULL, `coordY` double DEFAULT NULL, `coordZ` double DEFAULT NULL, `gripperOpen` tinyint(1) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;