Вход Регистрация
Файл: install/db_tables/antiflood.sql
Строк: 8
CREATE TABLE IF NOT EXISTS `antiflood` ( `id` int(2) NOT NULL
AUTO_INCREMENT, `time` int(12) NOT NULL, `id_user` int(5) NOT NULL,
PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2
; INSERT INTO `antiflood` (`id`, `time`, `id_user`) VALUES (1, 11,
1);
Онлайн: 4
Реклама