Файл: Arhmobi_esdcms/sys/preinstall/base.create.friends.ini
Строк: 41
; saved by ini.class.php
[`id_user`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Пользователь'";
[`id_friend`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "COMMENT
'Друг'";
[`time`]
type = "int(10)
unsigned";
default_and_null = "DEFAULT NULL";
ai =
"";
comment = "";
[`name`]
type =
"varchar(32)";
default_and_null = "DEFAULT NULL";
ai
= "";
comment = "COMMENT
'Переопределение
ника'";
[`confirm`]
type =
"enum('0','1')";
default_and_null
= "NOT NULL DEFAULT '0'";
ai =
"";
comment = "";
[UNIQUE KEY `friends`]
fields =
"`id_user`, `id_friend`";
[KEY `confirm`]
fields =
"`confirm`";
[~TABLE~PROPERTIES~]
name =
"friends";
engine = "ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=";
comment =
"COMMENT=''";