Файл: DESURE-dcms-f12de01ac63e/sys/preinstall/base.create.forum_themes.ini
Строк: 88
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_category`]
type
= "int(10) unsigned";
default_and_null = "NOT
NULL";
ai = "";
comment = "COMMENT
'Категория'";
[`id_topic`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT
'Раздел'";
[`id_vote`]
type = "int(10)
unsigned";
default_and_null = "DEFAULT NULL";
ai =
"";
comment = "COMMENT
'Голосование'";
[`name`]
type =
"varchar(32)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Название'";
[`top`]
type =
"enum('1','0')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "COMMENT
'Вверху'";
[`group_show`]
type =
"smallint(5) unsigned";
default_and_null = "NOT NULL
DEFAULT '0'";
ai = "";
comment =
"COMMENT 'Права на
просмотр'";
[`group_write`]
type =
"smallint(5) unsigned";
default_and_null = "NOT NULL
DEFAULT '1'";
ai = "";
comment =
"COMMENT 'Права на
запись'";
[`group_edit`]
type = "smallint(5)
unsigned";
default_and_null = "NOT NULL DEFAULT
'2'";
ai = "";
comment = "COMMENT
'Права на
редактирование'";
[`id_autor`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT 'ID
автора'";
[`time_create`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT 'Время
создания'";
[`id_last`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT 'ID последнего
написавшего'";
[`time_last`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT 'Время
последнего
сообщения'";
[`id_moderator`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT 'ID модератора
темы'";
[PRIMARY KEY]
fields = "`id`";
[KEY
`id_category`]
fields = "`id_category`";
[KEY
`id_topic`]
fields = "`id_topic`";
[KEY `top`]
fields =
"`top`";
[KEY `group_show`]
fields =
"`group_show`";
[KEY `id_autor`]
fields =
"`id_autor`";
[KEY `time_last`]
fields =
"`time_last`";
[FULLTEXT KEY `name`]
fields =
"`name`";
[~TABLE~PROPERTIES~]
name =
"forum_themes";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=1";
comment = "COMMENT='Темы
в форуме'";