/*Table structure for table `cubetp` */ DROP TABLE IF EXISTS `cubetp`; CREATE TABLE `cubetp` ( `name` varchar(100) NOT NULL, `x` int(10) NOT NULL, `y` int(10) NOT NULL, `z` int(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;