Список установленных стилей
Поля (Fields)
| Поле (column) | Тип (type, MySQL) | Содержание (content) | Значение по умолчанию (default) |
| style_id | smallint(4) unsigned | primary key | auto_increment |
| style_name | varchar(255) | tbd | |
| style_copyright | varchar(255) | tbd | |
| style_active | tinyint(1) unsigned | tbd | 1 |
| template_id | smallint(4) unsigned | tbd | 0 |
| theme_id | smallint(4) unsigned | tbd | 0 |
| imageset_id | smallint(4) unsigned | tbd | 0 |
Ключи (Keys)
| Имя (name) | Создан по полям (fields) |
| PRIMARY | style_id |
| style_name | style_name |
| template_id | template_id |
| theme_id | theme_id |
| imageset_id | imageset_id |
