Файл: Arhmobi_esdcms/sys/preinstall/base.create.mynews.ini
Строк: 33
; saved by ini.class.php
[`id`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_user`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`id_kont`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`time`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`msg`]
type =
"varchar(1024)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`read`]
type =
"set('0','1')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[KEY `id_user`]
fields = "`id_user`,
`id_kont`";
[KEY `read`]
fields =
"`read`";
[~TABLE~PROPERTIES~]
name =
"mynews";
engine = "ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=6";
comment =
"COMMENT=''";