Файл: Arhmobi_esdcms/sys/preinstall/base.create.mail_queue.ini
Строк: 23
; saved by ini.class.php
[`id`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`to`]
type =
"varchar(128)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`title`]
type =
"varchar(128)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`content`]
type =
"text";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[~TABLE~PROPERTIES~]
name =
"mail_queue";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=1";
comment =
"COMMENT='Очередь отправляемых
писем'";