Файл: Arhmobi_esdcms/sys/preinstall/base.create.blog_vote_votes.ini
Строк: 30
; saved by ini.class.php
[`id_blog`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`id_vote`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`id_user`]
type = "int(10)
unsigned";
default_and_null = "NOT NULL";
ai =
"";
comment = "";
[`vote`]
type =
"enum('1','2','3','4','5','6','7','8','9','10')";
default_and_null
= "NOT NULL";
ai = "";
comment = "";
[KEY
`id_vote`]
fields = "`id_vote`";
[~TABLE~PROPERTIES~]
name =
"blog_vote_votes";
engine =
"ENGINE=MyISAM";
auto_increment =
"AUTO_INCREMENT=";
comment =
"COMMENT='Голоса в
голосовании'";