Файл: Arhmobi_esdcms/sys/preinstall/base.create.blog_comment.ini
Строк: 36
; saved by ini.class.php
[`id`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_user`]
type =
"int(11) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "";
[`blog`]
type = "int(11)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`mess`]
type =
"varchar(512)";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`time`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[UNIQUE KEY `id`]
fields =
"`id`";
[~TABLE~PROPERTIES~]
name =
"blog_comment";
engine =
"ENGINE=InnoDB";
auto_increment =
"AUTO_INCREMENT=186";
comment =
"COMMENT=''";