Файл: Arhmobi_esdcms/sys/preinstall/base.create.forum_topics.ini
Строк: 60
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`time_create`]
type
= "int(10) unsigned";
default_and_null = "DEFAULT
NULL";
ai = "";
comment = "COMMENT
'Время создания'";
[`time_last`]
type
= "int(10) unsigned";
default_and_null = "DEFAULT
NULL";
ai = "";
comment = "COMMENT
'Время обновления (для
сортировки)'";
[`id_category`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT 'Категория
форума'";
[`name`]
type =
"varchar(32)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Название'";
[`description`]
type =
"text";
default_and_null = "DEFAULT NULL";
ai =
"";
comment = "COMMENT 'Описание
раздела'";
[`group_show`]
type =
"smallint(6)";
default_and_null = "NOT NULL DEFAULT
'0'";
ai = "";
comment = "COMMENT
'Права для просмотра
раздела'";
[`group_write`]
type =
"smallint(6)";
default_and_null = "NOT NULL DEFAULT
'1'";
ai = "";
comment = "COMMENT
'Права для создания тем в
разделе'";
[`group_edit`]
type =
"smallint(6)";
default_and_null = "NOT NULL DEFAULT
'4'";
ai = "";
comment = "COMMENT
'Права для
редактирования'";
[`theme_create_with_wmid`]
type
=
"enum('0','1')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "COMMENT 'Создание тем
только с WMID'";
[`theme_view`]
type =
"enum('0','1')";
default_and_null
= "NOT NULL DEFAULT '1'";
ai =
"";
comment = "COMMENT 'Отображать
темы в списке новых и
обновленных'";
[PRIMARY KEY]
fields =
"`id`";
[KEY `id_category`]
fields =
"`id_category`";
[KEY `group_show`]
fields =
"`group_show`";
[~TABLE~PROPERTIES~]
name =
"forum_topics";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=5";
comment =
"COMMENT='Разделы форума (находятся в
категориях)'";