Вход Регистрация
Файл: install/db_tables/status.sql
Строк: 17
CREATE TABLE IF NOT EXISTS `status` ( `id` int(11) NOT NULL
AUTO_INCREMENT, `id_user` int(11) NOT NULL, `msg` varchar(1024) NOT
NULL, `like` int(11) NOT NULL, `time` int(11) NOT NULL, `pokaz`
int(11) NOT NULL, `rating` int(11) DEFAULT '0', PRIMARY KEY (`id`) )
ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; CREATE TABLE IF NOT
EXISTS `status_komm` ( `id` int(11) NOT NULL AUTO_INCREMENT, `id_user`
int(11) NOT NULL, `msg` varchar(1024) NOT NULL, `like` int(11) NOT
NULL, `time` int(11) NOT NULL, `id_status` int(11) NOT NULL, PRIMARY
KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; CREATE
TABLE IF NOT EXISTS `status_like` ( `id` int(11) NOT NULL
AUTO_INCREMENT, `id_user` int(11) NOT NULL, `time` int(11) NOT NULL,
`id_status` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT
CHARSET=utf8 AUTO_INCREMENT=1 ;
Онлайн: 1
Реклама