Файл: Arhmobi_esdcms/sys/preinstall/base.create.present_categories.ini
Строк: 30
; saved by ini.class.php
[`id`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`position`]
type =
"int(11)";
default_and_null = "NOT NULL DEFAULT
'0'";
ai = "";
comment = "COMMENT
'Позиция'";
[`name`]
type =
"varchar(32)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Название'";
[`description`]
type =
"varchar(1024)";
default_and_null = "DEFAULT
NULL";
ai = "";
comment = "COMMENT
'Описание'";
[PRIMARY KEY]
fields =
"`id`";
[KEY `position`]
fields =
"`position`";
[~TABLE~PROPERTIES~]
name =
"present_categories";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=3";
comment =
"COMMENT='Подарки -
категории'";