Файл: DESURE-dcms-f12de01ac63e/sys/preinstall/base.create.news_comments.ini
Строк: 40
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`id_news`]
type =
"int(10) unsigned";
default_and_null = "NOT NULL";
ai
= "";
comment = "";
[`id_user`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`time`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`text`]
type =
"text";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[PRIMARY KEY]
fields =
"`id`";
[KEY `id_news`]
fields =
"`id_news`";
[~TABLE~PROPERTIES~]
name =
"news_comments";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=1";
comment =
"COMMENT='Комментарии к
новости'";