Вход Регистрация
Файл: sys/db_tables/user_guest.sql
Строк: 12
CREATE TABLE IF NOT EXISTS `us_guest` ( `id` int(11) NOT NULL
AUTO_INCREMENT, `id_user` int(11) NOT NULL DEFAULT '0', `id_user_adm`
int(11) NOT NULL DEFAULT '0', `time` int(11) NOT NULL, `msg`
varchar(1024) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`reply` varchar(1024) NOT NULL, PRIMARY KEY (`id`), KEY `time`
(`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3206
; CREATE TABLE IF NOT EXISTS `us_guest_reply` ( `id` int(11) NOT NULL
AUTO_INCREMENT, `id_post` int(11) NOT NULL, `id_user` int(11) NOT NULL
DEFAULT '0', `id_autor` int(11) NOT NULL, `time` int(11) NOT NULL,
`reply` varchar(1024) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT
NULL, PRIMARY KEY (`id`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
Онлайн: 3
Реклама