/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50528 Source Host : localhost:3306 Source Database : test Target Server Type : MYSQL Target Server Version : 50528 File Encoding : 65001 Date: 2013-06-02 17:56:02 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `mailboxes` -- ---------------------------- DROP TABLE IF EXISTS `mailboxes`; CREATE TABLE `mailboxes` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `VW` int(11) NOT NULL DEFAULT '0', `Int` int(11) NOT NULL DEFAULT '0', `Model` int(11) NOT NULL DEFAULT '3407', `PosX` float(10,5) NOT NULL DEFAULT '0.00000', `PosY` float(10,5) NOT NULL DEFAULT '0.00000', `PosZ` float(10,5) NOT NULL DEFAULT '0.00000', `Angle` float NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mailboxes -- ----------------------------