topical media & game development

talk show tell print

#mobile-ar-8-8.txt / txt



  CREATE TABLE IF NOT EXISTS `OBJECT_Table` (
  `ID` int(10) NOT NULL auto_increment,
  `poiID` varchar(255) NOT NULL,
  `baseURL` varchar(255) NOT NULL,
  `full` varchar(255) NOT NULL,
  `reduced` varchar(255) default NULL,
  `icon` varchar(255) default NULL,
  `size` float(15,5) NOT NULL,
  PRIMARY KEY (`ID`)
  ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.