Файл: Arhmobi_esdcms/sys/preinstall/base.create.forum_rating.ini
Строк: 38
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_message`]
type
= "int(10) unsigned";
default_and_null = "NOT
NULL";
ai = "";
comment = "";
[`id_user`]
type
= "int(10) unsigned";
default_and_null = "NOT
NULL";
ai = "";
comment = "";
[`time`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "";
[`rating`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[KEY `id_message`]
fields = "`id_message`,
`id_user`";
[KEY `id_message_2`]
fields =
"`id_message`";
[~TABLE~PROPERTIES~]
name =
"forum_rating";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=11";
comment =
"COMMENT=''";