· 8 years ago · May 06, 2018, 08:08 PM
1
2CREATE TABLE IF NOT EXISTS `gCarSells` (
3 `SellsMysqlID` int(11) NOT NULL AUTO_INCREMENT,
4 `SellsModel` int(11) NOT NULL,
5 `SellsTime` int(11) NOT NULL,
6 `SellsPrice` int(11) NOT NULL,
7 `SellsOwner` varchar(24) NOT NULL DEFAULT 'The State',
8 `SellsPos` varchar(64) NOT NULL,
9 `SellsTuning` varchar(74) NOT NULL DEFAULT '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1',
10 PRIMARY KEY (`SellsMysqlID`)
11) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=25 ;
12
13--
14-- Дамп данных таблицы `gCarSells`
15--
16
17INSERT INTO `gCarSells` (`SellsMysqlID`, `SellsModel`, `SellsTime`, `SellsPrice`, `SellsOwner`, `SellsPos`, `SellsTuning`) VALUES
18(1, 0, 0, 0, 'The State', '337.5497,-1789.2271,4.6581,180.5216', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
19(2, 0, 0, 0, 'The State', '334.3474,-1789.2563,4.6732,180.5216', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
20(3, 0, 0, 0, 'The State', '331.0890,-1789.2856,4.6530,180.5239', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
21(4, 0, 0, 0, 'The State', '327.9052,-1789.3142,4.5807,180.5269', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
22(5, 0, 0, 0, 'The State', '324.5900,-1789.3445,4.5521,180.5273', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
23(6, 0, 0, 0, 'The State', '321.3587,-1789.3737,4.5025,180.5271', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
24(7, 0, 0, 0, 'The State', '318.2378,-1789.4026,4.4546,180.5272', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
25(8, 0, 0, 0, 'The State', '314.9241,-1789.4330,4.4038,180.5271', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
26(9, 0, 0, 0, 'The State', '311.7090,-1789.4619,4.3493,180.5271', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
27(10, 579, 10, 3000000, 'Sasha_Mix', '311.4562,-1808.2874,4.2478,0.7670', '1,0,-1,-1,-1,-1,-1,-1,-1,1097,1009,-1'),
28(11, 0, 0, 0, 'The State', '314.6910,-1808.2450,4.2818,0.7598', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
29(12, 0, 0, 0, 'The State', '317.9411,-1808.2021,4.2851,0.7595', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
30(13, 0, 0, 0, 'The State', '321.1341,-1808.1588,4.2453,0.7599', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
31(14, 0, 0, 0, 'The State', '324.3693,-1808.1165,4.2774,0.7594', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
32(15, 0, 0, 0, 'The State', '327.7273,-1808.0719,4.2802,0.7594', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
33(16, 0, 0, 0, 'The State', '330.8722,-1808.0302,4.2879,0.7595', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
34(17, 0, 0, 0, 'The State', '334.0835,-1807.9874,4.2905,0.7646', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
35(18, 0, 0, 0, 'The State', '337.3140,-1807.9449,4.3072,0.7684', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
36(19, 0, 0, 0, 'The State', '340.5174,-1807.9015,4.3057,0.7662', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
37(20, 0, 0, 0, 'The State', '343.7960,-1807.8599,4.3409,0.7594', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
38(21, 0, 0, 0, 'The State', '346.9594,-1807.8181,4.3599,0.7625', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
39(22, 0, 0, 0, 'The State', '350.1500,-1807.7739,4.3174,0.7624', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
40(23, 0, 0, 0, 'The State', '353.5121,-1808.4227,4.3134,0.7627', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1'),
41(24, 0, 0, 0, 'The State', '356.8802,-1808.3785,4.3392,0.7622', '1,255,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1');