Файл: Arhmobi_esdcms/sys/preinstall/base.create.invations.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_invite`]
type =
"int(10) unsigned";
default_and_null = "DEFAULT
NULL";
ai = "";
comment = "COMMENT
'Приглашенный'";
[`code`]
type =
"varchar(32)";
default_and_null = "DEFAULT NULL";
ai
= "";
comment = "COMMENT 'код
пригласительного'";
[`time_reg`]
type =
"int(10) unsigned";
default_and_null = "DEFAULT
NULL";
ai = "";
comment = "COMMENT
'Время регистрации по
пригласительному'";
[`email`]
type =
"varchar(32)";
default_and_null = "DEFAULT NULL";
ai
= "";
comment = "COMMENT 'Email, на
который отправлен
пригласительный'";
[PRIMARY KEY]
fields =
"`id`";
[~TABLE~PROPERTIES~]
name =
"invations";
engine = "ENGINE=MyISAM";
auto_increment
= "AUTO_INCREMENT=56";
comment =
"COMMENT='Пригласительные'";