Файл: go9010.ru/db.sql
Строк: 18
DROP TABLE IF EXISTS `platform`;
CREATE TABLE `platform` (
`id` int(11)
NOT NULL AUTO_INCREMENT,
`url` varchar(50) NOT NULL,
`time` int(11) NOT
NULL,
`status` set('on','off') NOT NULL DEFAULT 'off',
`bill` int(11)
NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=61 DEFAULT
CHARSET=utf8;
INSERT INTO platform
VALUES("47","http://toppes.ru","1440587874","on","0");
INSERT
INTO platform
VALUES("49","http://Simobi.lark.ru","1440691249","on","0");
INSERT
INTO platform
VALUES("52","http://mobik.in","1440782680","on","0");
INSERT
INTO platform
VALUES("53","http://vse.mobmas.ru","1440827282","on","0");
INSERT
INTO platform
VALUES("54","http://wapero.ga","1440840357","on","0");
INSERT
INTO platform
VALUES("55","http://deox.lark.ru/","1441105977","on","0");
INSERT
INTO platform
VALUES("56","http://wemas.ru","1441108091","on","0");
INSERT
INTO platform
VALUES("57","http://wemas.ru","1441284723","on","0");
INSERT
INTO platform
VALUES("58","http://deox.lark.ru","1441571509","on","0");
INSERT
INTO platform
VALUES("59","http://socka.ru","1441489571","on","0");
INSERT
INTO platform
VALUES("45","http://24on.lark.ru/","1440840030","on","0");