Файл: Arhmobi_esdcms/sys/preinstall/base.create.login_history.ini
Строк: 27
; 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 = "";
[`time`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`login`]
type =
"varchar(64)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[~TABLE~PROPERTIES~]
name =
"login_history";
engine =
"ENGINE=InnoDB";
auto_increment =
"AUTO_INCREMENT=17";
comment =
"COMMENT='История изменения
логинов'";