main table
CREATE TABLE `orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(255) NOT NULL, `lat` float(10,6) DEFAULT NULL, `lng` float(10,6) D