Добро пожаловать, Гость!
:: + Добавить ссылку через биллинг
:: + Добавить ссылку анонимно
❤️МИР, ЯРКИХ ЗНАКОМСТВ И ОБЩЕНИЯ!❤️
❤️МИР, ЯРКИХ ЗНАКОМСТВ И ОБЩЕНИЯ!❤️
Пожалуста говарите
Общие вопросы | Пожалуста говарите
Бомбер :
Вот это таблица я его залить и а он напишут "виполният 8 из 9 успешно" но модул неработает
--
-- Структура таблицы `group`
--
CREATE TABLE IF NOT EXISTS `group` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`desc` text NOT NULL,
`property` int(11) NOT NULL,
`users` int(11) NOT NULL,
`time` int(11) NOT NULL,
`author` int(11) NOT NULL,
`foto` int(11) NOT NULL,
`forum` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_forum`
--
CREATE TABLE IF NOT EXISTS `group_forum` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_forum_comm`
--
CREATE TABLE IF NOT EXIST `group_forum_comm` (
`id` int(11) NOT NULL auto_increment,
`forum` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_foto`
--
CREATE TABLE IF NOT EXISTS `group_foto` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`albom` int(11) NOT NULL,
`author` int(11) NOT NULL,
`desc` text NOT NULL,
`time` int(11) NOT NULL,
`ras` varchar(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_foto_alb`
--
CREATE TABLE IF NOT EXISTS `group_foto_alb` (
`id` int(11) NOT NULL auto_increment,
`time_last` int(11) NOT NULL,
`group` int(11) NOT NULL,
`title` text NOT NULL,
`desc` text NOT NULL,
`author` int(11) NOT NULL,
`time` int(11) NOT NULL,
`defult` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_lenta`
--
CREATE TABLE IF NOT EXISTS `group_lenta` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
`razdel` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_lenta`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_news`
--
CREATE TABLE IF NOT EXISTS `group_news` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_news`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_news_comm`
--
CREATE TABLE IF NOT EXISTS `group_news_comm` (
`id` int(11) NOT NULL auto_increment,
`news` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_news_comm`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_users`
--
CREATE TABLE IF NOT EXISTS `group_users` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`time` int(11) NOT NULL,
`stat` int(11) NOT NULL,
`rekl` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
Пожалуста говарите
26 Авг 2015Вот это таблица я его залить и а он напишут "виполният 8 из 9 успешно" но модул неработает
--
-- Структура таблицы `group`
--
CREATE TABLE IF NOT EXISTS `group` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`desc` text NOT NULL,
`property` int(11) NOT NULL,
`users` int(11) NOT NULL,
`time` int(11) NOT NULL,
`author` int(11) NOT NULL,
`foto` int(11) NOT NULL,
`forum` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_forum`
--
CREATE TABLE IF NOT EXISTS `group_forum` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_forum_comm`
--
CREATE TABLE IF NOT EXIST `group_forum_comm` (
`id` int(11) NOT NULL auto_increment,
`forum` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_foto`
--
CREATE TABLE IF NOT EXISTS `group_foto` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`albom` int(11) NOT NULL,
`author` int(11) NOT NULL,
`desc` text NOT NULL,
`time` int(11) NOT NULL,
`ras` varchar(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_foto_alb`
--
CREATE TABLE IF NOT EXISTS `group_foto_alb` (
`id` int(11) NOT NULL auto_increment,
`time_last` int(11) NOT NULL,
`group` int(11) NOT NULL,
`title` text NOT NULL,
`desc` text NOT NULL,
`author` int(11) NOT NULL,
`time` int(11) NOT NULL,
`defult` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Структура таблицы `group_lenta`
--
CREATE TABLE IF NOT EXISTS `group_lenta` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
`razdel` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_lenta`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_news`
--
CREATE TABLE IF NOT EXISTS `group_news` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_news`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_news_comm`
--
CREATE TABLE IF NOT EXISTS `group_news_comm` (
`id` int(11) NOT NULL auto_increment,
`news` int(11) NOT NULL,
`user` int(11) NOT NULL,
`text` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Дамп данных таблицы `group_news_comm`
--
-- --------------------------------------------------------
--
-- Структура таблицы `group_users`
--
CREATE TABLE IF NOT EXISTS `group_users` (
`id` int(11) NOT NULL auto_increment,
`group` int(11) NOT NULL,
`user` int(11) NOT NULL,
`time` int(11) NOT NULL,
`stat` int(11) NOT NULL,
`rekl` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
Комментарии:
Нет сообщений в теме