Файл: Arhmobi_esdcms/sys/preinstall/base.create.regions.ini
Строк: 26
; saved by ini.class.php
[`id`]
type =
"int(11)";
default_and_null = "NOT NULL";
ai =
"AUTO_INCREMENT";
comment = "";
[`country`]
type =
"varchar(2)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT 'Country
code'";
[`name`]
type =
"varchar(40)";
default_and_null = "NOT NULL";
ai =
"";
comment = "COMMENT
'Назва'";
[PRIMARY KEY]
fields =
"`id`";
[UNIQUE KEY `name`]
fields = "`name`";
[KEY
`country`]
fields = "`country`";
[~TABLE~PROPERTIES~]
name =
"regions";
engine = "ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=133";
comment =
"COMMENT='Таблиця регіонів
(Область/штат)'";