Файл: Arhmobi_esdcms/sys/preinstall/base.create.mail.ini
Строк: 41
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_user`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT 'Пользователь
(получатель)'";
[`id_sender`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT
'Отправитель'";
[`time`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT 'Время
отправки'";
[`is_read`]
type =
"enum('0','1')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "COMMENT 'Метка о
прочтении'";
[`mess`]
type =
"varchar(4024)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Сообщение'";
[PRIMARY KEY]
fields =
"`id`";
[KEY `id_user`]
fields = "`id_user`,
`id_sender`";
[~TABLE~PROPERTIES~]
name = "mail";
engine
= "ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=1787";
comment =
"COMMENT='Почта'";