Файл: DESURE-dcms-f12de01ac63e/sys/preinstall/base.create.guest_online.ini
Строк: 54
; saved by ini.class.php
[`ip_long`]
type =
"bigint(20)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`is_robot`]
type =
"enum('1','0')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "";
[`browser`]
type =
"varchar(64)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`browser_ua`]
type =
"varchar(256)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'user_agent'";
[`time_start`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`time_last`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`domain`]
type =
"varchar(32)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Домен'";
[`request`]
type =
"varchar(1024)";
default_and_null = "NOT NULL DEFAULT
'/'";
ai = "";
comment = "COMMENT
'Последняя
страница'";
[`conversions`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL DEFAULT
'1'";
ai = "";
comment = "COMMENT
'Количество переходов'";
[UNIQUE
KEY `UNIQUE`]
fields = "`ip_long`, `browser_ua`";
[KEY
`time_last`]
fields = "`time_last`";
[~TABLE~PROPERTIES~]
name
= "guest_online";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=";
comment =
"COMMENT=''";