diff --git a/k2shop/k2shop/--index.php b/k2shop/k2shop/--index.php
new file mode 100644
index 0000000..de425c5
--- /dev/null
+++ b/k2shop/k2shop/--index.php
@@ -0,0 +1,85 @@
+''){
+ $modeapp=1;
+ }else{
+ $modeapp=2;
+ }
+
+ }
+
+
+ $k2proj='';
+
+ //$k2_rootpath='';
+ //if (!defined('OLDROOT')){
+ // $k2_rootpath='../';
+ //}
+
+
+ $projfilename=/*$k2_rootpath.*/'../k2proj.php';
+ if (file_exists($projfilename)){
+ $k2proj=file_get_contents($projfilename);
+ }
+
+ require_once('k2global.php');
+
+
+ if (!isset($root)){
+ $tmp_dir=__DIR__;
+ $tmp_dir=nslashe(str_replace("\\", "/", $tmp_dir));
+
+ $root = str_replace(nslashe('/k2shop/k2shop'), '', $tmp_dir);
+ $k2shop_root=nslashe($root.'/k2shop/k2shop');
+ }
+
+ require_once nslashe($root.'\bootstrap.php');
+ //require_once nslashe($root.'\cli-config.php');
+
+
+
+ $file_mainshop=nslashe($k2shop_root.'/app/main_shop.php');
+
+ //echo 'file='.$file_mainshop."\n";
+
+ require_once($file_mainshop);
+
+ $k2m = new main_shop();
+
+ $k2m->show();
+
+
+
diff --git a/k2shop/k2shop/README b/k2shop/k2shop/README
new file mode 100644
index 0000000..8cd7d13
--- /dev/null
+++ b/k2shop/k2shop/README
@@ -0,0 +1,23 @@
+cmd.php - K2 system call from the command line (вызов системы К2 из командной строки).
+index.php - K2 system call from the browser (вызов системы К2 из браузера).
+
+
+Parameters use (Параметры использования):
+ php cmd.php -c=? - receive assistance for the application in the console (получение помощи по применению в консоли).
+
+ k2shop - execution of processes online store (выполение процессов интернет-магазина0.
+
+Settings Web Parts (Параметры веб-части)
+========================================
+/?p=install - site installation (инсталляция сайта).
+/?p=auth - authorization on site (авторизация на сайте).
+/?p=PageNumber - загрузка страницы (loading page).
+
+
+The directory structure (Структура каталогов):
+ k2shop - core system (ядро системы).
+ cfg - configuration for the terminal system (конфигурация для терминальной системы).
+ import - data import (импорт информации).
+
+
+В k2shop/README.txt You will find the description, which relates to the functioning of the software part of K2 (Вы найдете описание, которое касается функционирования программной части К2).
diff --git a/k2shop/k2shop/cmd.php b/k2shop/k2shop/cmd.php
new file mode 100644
index 0000000..a26c855
--- /dev/null
+++ b/k2shop/k2shop/cmd.php
@@ -0,0 +1,61 @@
+show();
+
diff --git a/k2shop/k2shop/history_en.txt b/k2shop/k2shop/history_en.txt
new file mode 100644
index 0000000..c15a900
--- /dev/null
+++ b/k2shop/k2shop/history_en.txt
@@ -0,0 +1,453 @@
+HISTORY OF CORPORATION 2 (K2)
+
+2.2.60
+ * Tansfers.
+ * Generation of documentation for the source code.
+
+2.2.59
+ * Security.
+ * Tansfers.
+ * Portal paintings.
+
+2.2.58
+ * Configurator.
+
+2.2.57
+ * The calculation of the amounts in the packages.
+ * Combine components in packages.
+ * RCC.
+ * Transfers.
+ * The system of payments.
+ * Further development of the functional.
+ * Debugging of all functions.
+ * Portal paintings.
+ * Auctions.
+ * Multi-lingual support.
+
+2.2.56
+ * Koiponenty auction and store.
+
+2.2.55
+ * Transfers.
+ * Portal paintings.
+
+2.2.54
+ * Transfer system.
+ * Classrooms users.
+ * Workflow.
+
+2.2.53
+ * Portal paintings.
+ * Electronic document management.
+ * A number of improvements.
+
+2.2.52
+ * Transfer system.
+ * Correct the content output.
+ * Payment systems.
+ * Debugging of the system, error correction.
+ * Electronic document management.
+
+2.2.48-2.2.50
+ * Transfer system.
+ * Classrooms.
+ * Grief order.
+ * Electronic document management.
+ * Electronic signature.
+
+2.2.47
+ * K2Shop. Importing Softkey.
+ * Content Grabber.
+
+2.2.46
+ * Transfer system.
+ * Print voucher.
+ * Print invoice.
+ * Update the system from the command line.
+ php cmd.php -c = updatek2
+ * Fix imports price lists:
+ * Nutend.
+ * ABBYY.
+ * Iname.
+ * Softkey.
+ A large number of other changes.
+
+2.2.45
+ * Component switch pages.
+ * Collector Web.
+ * Pagination in the derivation of the list items.
+ * Pagination on the author page.
+ * Pagination in search.
+ * Title: Site postcards collection Albom, photos.
+ * Information about the copyright.
+ * The template add include area to insert counters.
+ * Sending a message by e-mail.
+ * Add menu.
+ * The template add the ability to edit the content.
+ * Transfer system.
+ * Formation of orders - without lengthy multiple steps.
+ * Formation of a number of orders to make in the table.
+ * Each of the transfer of operations to maintain formiirovaniya immediately.
+ * The output value of the order with the help of Ajax.
+ * Show the people mentioned in the order in the office using a 1-to-many.
+ * The output value of the basket.
+ * Remember the people mentioned in the order.
+ * If you are not logged in - to give a message of authorization or registration.
+
+2.2.44
+ * Content Editing - revised and simplified.
+ * Improved handling of content.
+ * Tables k2phpgrid supports Master-detile mode.
+
+2.2.43
+ * Transfer system.
+ * Costing.
+ * The output value of the popular transfers.
+ * Rounding prices.
+
+2.2.42
+ * Ability to change the h1 header.
+ * Display login authorized user.
+ * Component output of bread crumbs.
+ Default * in tables phpGrid editing is prohibited.
+ * Significant expansion opportunities tables.
+ * Transfer system.
+ * Do not start up in sections, if you do not have sufficient rights to the user.
+ * All passwords are encrypted.
+ * Fixed registration partners.
+ * Fixed registration of clients.
+ * Separate registration of customers from partner registration - to avoid confusion among customers.
+ * Do not display transfers.
+ * Upload images in transfers.
+
+2.2.41
+ * Component change the image size.
+ * Module collector.
+ * Menu with the release of the current element.
+ * Transfer system.
+ * Fix the output menu by k2menusimple component.
+ * Do not check for the existence of the components in all the dynamic challenges of operations.
+
+2.2.40
+ * Transfer system.
+ * The fees add:
+ - Time with the tariff;
+ - While the tariff on;
+ - Direction on both sides.
+ * Fees for guided tours.
+
+2.2.39
+ * Further replacing tables with new ones.
+ * Transfer system.
+ * The excursions.
+ - City - multiple meanings.
+
+2.2.38
+ * Tables uvelichina width of edit forms.
+ * Replacement of the tables in transfers to a new kind of tables.
+
+2.2.37
+ * Transfer system.
+ * Proyentnye rate tariffs.
+
+2.2.36
+ * Fixed a minor bug prorutki output tables, if the small screen size.
+
+2.2.35
+ * Examples of program code execution and testing component K2.
+ * Transfer system.
+ * Fixed a minor bug of poor response sets in multiple fields of tariff table.
+ * Collection.
+ * The output page group collections.
+
+2.2.34
+ * New tables - as the standard for K2 system.
+ * Dynamically pick up the settings and cause the desired component, depending on the call from the command line.
+ * Transfer system.
+ * Multiple choice in tariffs.
+ * Fixed width trnasferah.
+ * Examples of the implementation and testing of components.
+
+2.2.33
+ * The database system K2 fixed version.
+ * Replacing the fields named in the act active.
+ * New tables.
+ * Work Module Test System.
+ * KoolPHP module, phpGrid.
+ * Testing of the work tables.
+ * Transfer system.
+ * Multiple choice in tariffs.
+
+2.2.32
+ Adding a large number of libraries and components.
+ * Transfer system.
+ * Transfer Order.
+ * Must have a minimum and maximum number of seats for the type of vehicle.
+ * Generate contact forms, depending on the type of vehicle.
+
+2.2.31
+ * Ability to toggle editing of lines in the form / row.
+ * Transfer system.
+ * Depending on the occupancy of the order parameter to activate or deactivate
+ button to confirm the order.
+ * Transfer Order.
+
+2.2.30
+ * Transfer system.
+ * Ability to specify% margin and the amount of the extra charges for the type of vehicle.
+ * The rates stamp tariff impact on all pricing.
+ * In tables editing is done in line and not uniform.
+
+2.2.29
+ * Transfer system.
+ * Transfer Order from popular transfers.
+ * Transfer Order from the calculator.
+
+2.2.28
+ * With page_rows parameter to specify the number of rows in the table on the same page.
+
+2.2.27
+ * Transfer system.
+ * Transfer Calculator.
+ * If the rate is not found, then look for the tariff items in the opposite direction.
+
+2.2.26
+ * Transfer system.
+ * In the admin part correctly display the information on the center. If the information
+ It does not fit - not to transfer immediately to the Durga line.
+ * The widths of the columns by default - the entire width. Adjusted basic table.
+
+2.2.24
+ * Transfer system.
+ * Further development of the system.
+ * Menu items to representation.
+ * To provide a way out of representation.
+ * The reference output destination city - country.
+
+2.2.23
+ * Transfer system.
+ * In the public part of the assignment is the ability to specify items and sent to different countries and cities.
+
+2.2.22
+ * Transfer system.
+ * Unbinding from cities and countries.
+
+2.2.21
+ * Transfer system.
+ * Transfers can be in different cities, countries.
+ * Number of C quantity.
+
+2.2.20
+ * Remove the regions.
+ * A number of other changes.
+
+2.2.19
+ * Transfer system.
+ * Finish registration.
+ A large number of different variations.
+ * Popular transfers.
+
+2.2.18
+ * Transfer system.
+ * Construction of the main tables.
+ * Ability to make all the directories.
+ * Private offices for different user groups.
+ * A large number of changes in the system of transfers.
+ * To show the type of car seats.
+ * Note payment system owner.
+ * Directory roles.
+ * The user to select a role from the list.
+ * K2 Component to display the scheduled fields.
+ * The date input field with a drop-down calendar.
+ * Input field time with drop-down clock.
+
+2.2.17
+* Support for the Windows operating system.
+* The editing tab showing.
+* When displaying the information displayed old default text.
+* For the opportunity to include areas not display html-editor.
+* News. Refinement.
+* Reviews. Refinement.
+
+2.2.16
+* Administration chat rooms.
+* Create a user in the chat.
+
+2.2.15
+* 3D-objects.
+* Ajax Chat.
+* News.
+* Reviews.
+* Chat.
+
+2.2.14
+* The history of currency exchange transactions.
+
+2.2.13
+* Exchange Form.
+* Significantly expanded opportunities to work with tables.
+
+2.2.12
+* Orders currency exchange.
+
+2.2.11
+* A number of bug fixes.
+
+2.2.10
+* When you register to issue a registration message.
+* Sent by e-mail about the registration message.
+* Provide the "remember password".
+* If the authorization immediately enter the home office.
+* Orders currency exchange.
+
+2.2.9
+ * Exchange Form.
+
+2.2.8
+ * User registration.
+ * Change the user information.
+
+2.2.7
+* Exchange rates - currency rates.
+* Entering content.
+
+2.2.6
+* Display the menu of the database.
+* Output the content of the database.
+
+2.2.5
+* Further development of the exchanger module.
+* Content Editor maintaining the database.
+* Menu Editor, save the database.
+
+2.2.4
+* Module exchanger.
+* Output tables on the screen.
+* Groups of tables.
+* Work Master-Detile tables.
+* SEO-module. Table proxies.
+
+2.2.3
+* Download of the files of the menu structure, without using the database.
+* Download the file contents of the file.
+* Content Editor, save the files.
+* Menu Editor, save the files.
+
+2.2.2
+* Run-time calculation process.
+* Mechanisms of insertion components.
+* Implementation of a template.
+* Mechanisms of call patterns.
+* Content Editor.
+* Output phpKool component.
+* Output menu.
+* Protection against break-ins.
+* Display system version.
+* Ability to specify a list of users for CMS-system without a database.
+* Headings, keywords and description in the content.
+* Forms.
+* Authorization.
+
+2.2.1
+* Implemented price lists of imports Nutend, ABBYY, Softkey.
+* Implemented a web part for mobile applications online store.
+* Implemented export from the online store ShopScript and K2 in the Prom.
+* Implemented exports ECShop online store in Prom.
+* Implemented a web service antikapchu.
+* Created a module for use on the command line.
+* Created a module for use in a Web application mode.
+* Create the initial classes.
+* Displays help at the command prompt.
+* Ability to change the settings by changing the configuration files.
+* The first elements of the statistical system Mantis.
+* Stuck large number of adaptive designs.
+* Integration with ShopScript.
+
+
+It is planned in future releases
+================================================== =====
+
+ * K2Shop. Importing Softkey.
+ * Image Grabber.
+
+ * Docs.
+ * The system of electronic signature of documents.
+ * Create phys. persons.
+ * Create legal. persons.
+ * Create contracts.
+ * Create accounts.
+ * Create consumables overhead.
+ * Synchronization with 1C.
+ * The application of electronic signature of documents.
+ * Checking the bills paid.
+ * The ability to write off inspectors forms.
+
+
+ * Transfer system.
+ * The calculation of the tariff on both sides.
+ * Calculation not standard fare.
+ * Show the customer orders.
+ * Shopping - Display the selected transfers.
+ * Displays information about the basket.
+ * Correct pricing.
+ * Provide customer registration.
+ * Print the order form and the voucher. Ability to save her.
+ * Connection of payment systems.
+
+ * Online Store.
+ * Provide online shopping cart.
+ * Provide for dispatch to cart button.
+ * Implement the process of ordering and discharge documents.
+
+ * Collector Web.
+ * Ability to reset the search.
+ * In the middle, when you click on the link does not open in a new window.
+
+ * Admin to insert / change the cards.
+
+================================================== ======================
+
+
+* Display graphs on the screen.
+* Output barcode on the screen.
+* Conclusion 2D-code on the screen.
+* Output cubes on the screen.
+* Ability to enable obvusifikatsii web pages.
+* NC.
+* Elements of the social network.
+* Video conference.
+* Forum.
+* E-mail messages on the site.
+* Editor goods.
+* Cart.
+* Display the product catalog on display in the public section.
+* Display the product catalog on the screen in the admin section.
+* Upload images and files to the server.
+* Site Map, which is displayed on the site.
+* Sitemap to search engines.
+* RSS - the formation of the products.
+
+* Multiproject.
+* Multisite.
+* Separation of users on the network resselerskuyu.
+* Web Hosting Control System.
+* Tag Cloud.
+
+* Cryptographic algorithms.
+* Electronic signature on zakondatelstvu Ukraine.
+* Integration with 1C.
+
+* Integration with Woocommerce.
+* Integration with Wordpress.
+* Integration with Magento.
+* Integration with ECShop.
+* Integration with MantisBT.
+* Output MantisBT statistics and reports.
+
+* Integration with Facebook.
+* Integration with Vk.
+
+* Authorization through social networks.
+* Backup site.
+* Restoration of the site information.
+* The anti-virus module.
\ No newline at end of file
diff --git a/k2shop/k2shop/history_ru.txt b/k2shop/k2shop/history_ru.txt
new file mode 100644
index 0000000..c4099e5
--- /dev/null
+++ b/k2shop/k2shop/history_ru.txt
@@ -0,0 +1,607 @@
+ИСТОРИЯ СИСТЕМЫ КОРПОРАЦИЯ 2 (К2)
+
+В ближайших версиях:
+ * VDoc. Api.
+ * VDoc приложение-браузер под Windows.
+ * Создание конструктора.
+ * Вывод активных пользователей (подключенных в текущий момент времени).
+ * Счетчик посещаемости.
+ * Лог авторизаций и посещений страниц.
+ * Работа над системой безопасности, переписывание запросов на параметризированные с
+ помощью компоненты k2sql.
+ * История изменений всех данных на уровне базы данных.
+ * Оптимизация подключения таблиц phpGrid.
+ * Возможность работы с Postgresql.
+
+ * VDoc.
+ * Новые окна.
+ * Новая система загрузки файлов.
+
+2.3.12
+ * ORM К2.
+ * Вывод структуры базы данных
+ * Построение структуры базы данных из YML.
+ * Сравнение структуры метаданных со структурой базой данных.
+ * Формирование структуры базы данных на основании метаданных.
+ * Развертывание изменений в базе данных на основании метаданных.
+ * Развитие компонент k2orm.
+
+2.3.11
+ * Агросепро. Реєстр.
+
+2.3.10
+ * Импорт данных из Приватбанк.
+ * Composer.
+ * Doctrine.
+ * Symfony.
+ * Form.
+ * Twig.
+ * Ряд других компонент из Composer.
+ * ЧПУ по умолчанию влкючено.
+ * Множественное подключение к базе данных в К2.
+ * В электронных документов переделать механизм печати на новый принцип работы.
+ * Перед массивов в меню и таблицах на сохранение в YML.
+
+ * Таблица платежей, выписки по счетам.
+ * Автоматическое выставление счетов.
+ * Импорт данных из Zoho.
+ * Импорт данных из Wialon CMS.
+
+2.3.9
+ * Типовой интернет-магазин.
+
+2.3.8
+ * VDoc.
+ * Пермещение каталогов.
+ * Перемещение файлов.
+ * Физическое удаление.
+ * Массовое перемещение файлов.
+ * Массовое удаление файлов.
+ * Выгрузка выбранного каталога архивом.
+ * Просмотр изображений в окне при клике на иконку.
+ *
+
+2.3.7
+ * Отказоустойчивость системы VDoc.
+
+2.3.6
+ * Работа VDoc с последними версиями MySQL.
+ * Устойчивость работы при закачке каталогов в VDoc.
+ * Другие не большие изменения.
+
+2.3.5
+ * Стабильность работы VDoc.
+
+2.3.4
+ * Вставлены обновления модуля Портфолио.
+
+2.3.3
+ * Компонента логирования.
+ * Развитие конструктора.
+ * Тестирование компонент.
+ * Возможность одновременной работы в админке и публичной части.
+ * Возможность указать шаблон административной части для админки.
+ * Загрузка шаблона для ajax в том числе в админ-части.
+ * Исправление создания пользователя.
+ * Корректная работа админки AdminLTE. Полная переработка работы механизма.
+ * Система реестра сертификатов.
+ * Возможность администратору определять права доступа.
+ * Автоматическое определение прав доступа из прав доступа меню.
+ * Автоматический вывод пунктов меню админки в зависимости от прав доступа.
+ * Автоматическое ограничение прав доступа в окнах.
+ * Большое количество других исправлений и доработок.
+ * Рефакоринг.
+ * Система VDoc. Отладка базовых возможностей.
+ * Определение версии браузера и ограничение доступа, если версия не достаточная.
+ * Обновление трансферов под новую версию сисетемы К2.
+ * Дизайнер отчетов.
+
+2.3.2
+ * Пстроение конструктора отчетов.
+ * Система VDoc.
+
+2.3.1
+ * Создание дизайнера отчетов.
+ * Корректная работа таблиц в PHP7.
+ * Создание конструктора.
+
+
+2.2.86-2.2.89
+ * Vdoc. Главное окно. Основные функции.
+
+2.2.79-2.2.85
+ * Развитие компонент.
+ * Трансферы.
+ * Исправление недочетов.
+
+2.2.79
+ * Много-проектность.
+ * Много-доменность.
+
+2.2.67-2.2.78
+ * Трансферы.
+ * Аукцион зерна.
+ * Редактор содержимого.
+ * Редактирование лендингов.
+ * Большое количество исправлений.
+
+2.2.67
+ * Трансферы.
+
+2.2.66
+ * Трансферы.
+ * Портал картин.
+
+2.2.65
+ * Портал игр.
+ * Трансферы.
+ * Портал картин.
+ * Бустер.
+
+2.2.64
+ * Портал игр.
+ * Трансферы.
+ * Портал картин.
+
+2.2.63
+ * Смена пароля в админ-части.
+
+2.2.62
+ * Трансферы.
+ * Портал картин.
+
+2.2.61
+ * Трансферы.
+ * Портал картин.
+
+2.2.60
+ * Трансферы.
+ * Генерация документации для исходного кода.
+
+2.2.59
+ * Безопасность.
+ * Трансферы.
+ * Портал картин.
+
+2.2.58
+ * Конфигуратор.
+
+2.2.57
+ * Расчет сумм в пакетах.
+ * Объединение компонент в пакеты.
+ * RCC.
+ * Трансферы.
+ * Система платежей.
+ * Доработка функционала.
+ * Отладка всех функций.
+ * Портал картин.
+ * Аукционы.
+ * Много-язычная поддержка.
+
+2.2.56
+ * Коипоненты аукциона и магазина.
+
+2.2.55
+ * Трансферы.
+ * Портал картин.
+
+2.2.54
+ * Система трансферов.
+ * Кабинеты пользователей.
+ * Документооборот.
+
+2.2.53
+ * Портал картин.
+ * Электронный документооборот.
+ * Ряд доработок.
+
+2.2.52
+ * Система трансферов.
+ * Поправить вывод контента.
+ * Платежные системы.
+ * Отладка работы системы, исправление ошибок.
+ * Электронный документооборот.
+
+2.2.48-2.2.50
+ * Система трансферов.
+ * Кабинеты.
+ * Гриф заказа.
+ * Электронный документооборот.
+ * Электронная подпись.
+
+2.2.47
+ * K2Shop. Импорт Softkey.
+ * Граббер контента.
+
+2.2.46
+ * Система трансферов.
+ * Печать ваучеров.
+ * Печать счета.
+ * Обновление системы из командной строки.
+ php cmd.php -c=updatek2
+ * Исправление импортов прайс-листов:
+ * Nutend.
+ * ABBYY.
+ * Iname.
+ * Softkey.
+ * Большое количество других изменений.
+
+2.2.45
+ * Компонента переключения страниц.
+ * Коллекционер Web.
+ * Разбиение на страницы при выводе списка элементов.
+ * Разбиение на страницы на странице автора.
+ * Разбиение на страницы в поиске.
+ * Надпись: Сайт коллекции почтовых открыток, албомов, фотографий.
+ * Информация о авторских правах.
+ * В шаблон добавить включаемую область для вставки счетчиков.
+ * Отправка сообщения по почте.
+ * Добавить меню.
+ * В шаблон добавить возможность редактирования контента.
+ * Система трансферов.
+ * Формирование заказов - без длительных множественных шагов.
+ * Формирование ряда заказов делать в таблице.
+ * Каждую из операций формиирования трансфера сохранять сразу.
+ * Вывод стоимости заказа с помощью Ajax.
+ * Показывать людей, указанных в заказе в кабинете с помощью 1 ко многим.
+ * Вывод стоимости в корзине.
+ * Запоминать людей, указанных в заказе.
+ * Если не авторизирован - выдавать сообщение о авторизации или регистрации.
+
+2.2.44
+ * Редактирование контента - переработано и упрощено.
+ * Улучшена управляемость контентом.
+ * В таблицах k2phpgrid поддерживается режим Master-detile.
+
+2.2.43
+ * Система трансферов.
+ * Расчет стоимости.
+ * Вывод стоимости популярных трансферов.
+ * Округление цен.
+
+2.2.42
+ * Возможность менять заголовок h1.
+ * Отображать логин авторизированного пользователя.
+ * Компонента вывода хлебной крошки.
+ * По умолчанию, в таблицах phpGrid запрещено редактирование.
+ * Значительное расширение возможностей таблиц.
+ * Система трансферов.
+ * Не пускать в разделы, если не достаточно прав у пользователя.
+ * Все пароли шифруются.
+ * Исправлена регистрация партнеров.
+ * Исправлена регистрация клиентов.
+ * Разделить регистрацию клиентов от регистрации партнеров - чтоб не возникало путаницы у клиентов.
+ * Не отображаются трансферы.
+ * Загрузка изображений в трансферах.
+
+2.2.41
+ * Компонента изменения размера изображения.
+ * Модуль коллекционера.
+ * Меню с выделением текущего элемента.
+ * Система трансферов.
+ * Исправить вывод меню через компоненту k2menusimple.
+ * Делать проверку на не существование компоненты во всех динамических вызовах операций.
+
+2.2.40
+ * Система трансферов.
+ * В тарифах добавить:
+ - время действия тарифа с;
+ - время действия тарифа по;
+ - направление в обе стороны.
+ * Тарифы на экскурсии.
+
+2.2.39
+ * Дальнейшая замена таблиц на новые.
+ * Система трансферов.
+ * В экскурсиях.
+ - Город - множественное значение.
+
+2.2.38
+ * В таблицах увеличина ширина форм редактирования.
+ * Замена таблиц в трансферах на новый вид таблиц.
+
+2.2.37
+ * Система трансферов.
+ * Проыентные ставки в тарифах.
+
+2.2.36
+ * Исправлен недочет вывода прорутки в таблицах, если небольшой размер экрана.
+
+2.2.35
+ * Примеры выполнения программного кода К2 и тестирование компонент.
+ * Система трансферов.
+ * Исправлен недочет плохого срабатывания множества в множественных полях таблицы тарифов.
+ * Коллекция.
+ * Вывод страницы групп коллекций.
+
+2.2.34
+ * Новые таблицы - как стандарт для системы К2.
+ * Динамически подхватывать параметры и вызывать нужную компоненту, в зависимости от вызова в командной строки.
+ * Система трансферов.
+ * Множественный выбор в тарифах.
+ * Исправлена ширина в трнасферах.
+ * Примеры реализации и тестирование компонент.
+
+2.2.33
+ * В базе данных фиксируется версия системы К2.
+ * Замена полей с названием act на active.
+ * Новые таблицы.
+ * Модуль тестирования работы системы.
+ * Модуль KoolPHP, phpGrid.
+ * Тестирование работы таблиц.
+ * Система трансферов.
+ * Множественный выбор в тарифах.
+
+2.2.32
+ * Добавление большого количества библиотек и компонент.
+ * Система трансферов.
+ * Заказ трансфера.
+ * Выводить минимальное и максимальное количество мест для типа автомобиля.
+ * Генерация контактных форм в зависимостии от типа автомобиля.
+
+2.2.31
+ * Возможность переключения редактирования строк в форме/строке.
+ * Система трансферов.
+ * В зависимости от заполненности параметров заказа активировать или деактивировать
+ кнопку подтверждения заказа.
+ * Заказ трансфера.
+
+2.2.30
+ * Система трансферов.
+ * Возможность указывать % наценки и сумму наценки для типа автомобиля.
+ * В тарифах отметка влияния тарифа на все ценообразование.
+ * В таблицах редактирование производится в строке, а не форме.
+
+2.2.29
+ * Система трансферов.
+ * Заказ трансфера из популярных трансферов.
+ * Заказ трансфера из калькулятора.
+
+2.2.28
+ * С помощью параметра page_rows можно указывать количество строк в таблице на одной странице.
+
+2.2.27
+ * Система трансферов.
+ * Калькулятор трансфера.
+ * Если тарифа не найдено, то искать тариф по пунктам в обратном направлении.
+
+2.2.26
+ * Система трансферов.
+ * В админ-часть корректно выводить информацию по центру. Если информация
+ не помещается - не переносить сразу на дургую строку.
+ * Ширины столбцов по умолчанию - на всю ширину. Скорректированы основные таблицы.
+
+2.2.24
+ * Система трансферов.
+ * Дальнейшее развитие системы.
+ * Добавить пункты меню для представительства.
+ * Предусмотреть выход из представительства.
+ * В справочнике назначений выводить город - страну.
+
+2.2.23
+ * Система трансферов.
+ * В публичной части возможность указать пункты назначния и отправки в разных странах, городах.
+
+2.2.22
+ * Система трансферов.
+ * Отвязка от городов и стран.
+
+2.2.21
+ * Система трансферов.
+ * Трансферы могут быть в разных городах, странах.
+ * Количество С, Количество По.
+
+2.2.20
+ * Удалить регионы.
+ * Ряд других изменений.
+
+2.2.19
+ * Система трансферов.
+ * Доделать регистрацию.
+ * Большое количество различных изменений.
+ * Популярные трансферы.
+
+2.2.18
+ * Система трансферов.
+ * Построение основных таблиц.
+ * Возможность внесения всех справочников.
+ * Личные кабинеты для разных групп пользователй.
+ * Большое количество изменений по системе трансферов.
+ * Для типа автомобиля показывать количество мест.
+ * Указание тарифов владельцем системы.
+ * Справочник ролей.
+ * В пользователях возможность выбрать роль из списка.
+ * Компонента К2 для вывода списочных полей.
+ * Поле ввода даты с выпадающим календарем.
+ * Поле ввода времени с выпадающими часами.
+
+2.2.17
+* Поддержка операционной системы Windows.
+* В редактировании показывать закладки.
+* При выводе информации выводится старый дефолтный текст.
+* Для включаемых областей возможность не выводить html-редактор.
+* Новости. Доработка.
+* Отзывы. Доработка.
+
+2.2.16
+* Администрирование чат-комнат.
+* Создание пользователей в чате.
+
+2.2.15
+* 3D-объекты.
+* Ajax Chat.
+* Новости.
+* Отзывы.
+* Чат.
+
+2.2.14
+* История операций по обмену валют.
+
+2.2.13
+* Форма обмена валют.
+* Значительно расширены возможности работы с таблицами.
+
+2.2.12
+* Заказы обмена валют.
+
+2.2.11
+* Ряд исправлений.
+
+2.2.10
+* При регистрации выдавать сообщение о регистрации.
+* Высылать по электронной почте сообщение о регистрации.
+* Предусмотреть функцию "вспомнить пароль".
+* При авторизации сразу входить в домашний кабинет.
+* Заказы обмена валют.
+
+2.2.9
+ * Форма обмена валют.
+
+2.2.8
+ * Регистрация пользователей.
+ * Изменение информации о пользователе.
+
+2.2.7
+* Обмен валют - курсы валют.
+* Ввод контента.
+
+2.2.6
+* Вывод меню из базы данных.
+* Вывод контента из базы данных.
+
+2.2.5
+* Дальнейшее развития модуля обменника.
+* Редактор содержимого с сохранением в базу данных.
+* Редактор меню с сохранением в базу данных.
+
+2.2.4
+* Модуль обменника.
+* Вывод таблиц на экран.
+* Группировки в таблицах.
+* Работа таблиц Master-Detile.
+* SEO-модуль. Таблица прокси-серверов.
+
+2.2.3
+* Загрузка структуры меню из файлов, без использования базы данных.
+* Загрузка содержимого файлов из файлов.
+* Редактор содержимого с сохранением в файлы.
+* Редактор меню с сохранением в файлы.
+
+2.2.2
+* Расчет времени выполнения процесса.
+* Механизмы вставки компонент.
+* Реализация шаблонизатора.
+* Механизмы вызова шаблонов.
+* Редактор содержимого.
+* Вывод компонент phpKool.
+* Вывод меню.
+* Зашита от взломов.
+* Вывод версии системы.
+* Возможность указания списка пользователей для работы CMS-системы без базы данных.
+* Заголовки, ключевые слова и описание в контенте.
+* Формы.
+* Авторизация.
+
+2.2.1
+* Реализованы прайс-листов импорты из Nutend, ABBYY, Softkey.
+* Реализована веб-часть для работы мобильного приложения интернет-магазина.
+* Реализован экспорт из интернет-магазина ShopScript и К2 в Prom.
+* Реализован экспорт из интернет-магазина ECShop в Prom.
+* Реализован веб-сервис антикапчи.
+* Создан модуль для работы в командной строке.
+* Создан модуль для работы в режиме веб-приложения.
+* Созданы начальные классы.
+* Вывод помощи в командной строке.
+* Возможность изменения настроек за счет изменения конфигурационных файлов.
+* Первые элементы системы статистики Mantis.
+* Вставлено большое количество адаптивных дизайнов.
+* Интеграция с ShopScript.
+
+
+Планируется в следующих версиях
+=======================================================
+
+ * K2Shop. Импорт Softkey.
+ * Граббер изображений.
+
+ * Docs.
+ * Система электронной подписи документов.
+ * Регистрация физ. лиц.
+ * Регистрация юр. лиц.
+ * Создание договоров.
+ * Создание счетов.
+ * Создание расходных накладных.
+ * Синхронизация с 1С.
+ * Нанесение электронных подписей документов.
+ * Проверка оплаченности счета.
+ * Возможность списания бланков инспекторами.
+
+
+ * Система трансферов.
+ * Расчет тарифа в обе стороны.
+ * Расчет не стандартных тарифов.
+ * Показывать заказы клиента.
+ * Корзина - отображать выбранные трансферы.
+ * Вывод на экран информации о корзине.
+ * Поправить расчет цены.
+ * Предусмотреть регистрацию клиента.
+ * Печатная форма заказа и ваучера. Возможность сохранить её.
+ * Подключение платежных систем.
+
+ * Интернет-магазин.
+ * Предусмотреть корзину интернет-магазина.
+ * Предусмотреть кнопку отправки товара в корзину.
+ * Реализовать процесс заказа и выписки документов.
+
+ * Коллекционер Web.
+ * Возможность сбросить поиск.
+ * В поиске, при переходе по ссылке не открывать в новом окне.
+
+ * Админка для вставки/изменения карточек.
+
+========================================================================
+
+
+* Вывод графиков на экран.
+* Вывод штрих-кодов на экран.
+* Вывод 2D-кодов на экран.
+* Вывод кубов на экран.
+* Возможность включения обвусификации интернет-страницы.
+* ЧПУ.
+* Элементы социальной сети.
+* Видео-чат.
+* Форум.
+* Почтовые сообщения на сайте.
+* Редактор товаров.
+* Корзина.
+* Вывод каталога товаров на экран в публичной части.
+* Вывод каталога товаров на экран в админ-части.
+* Загрузка изображений и файлов на сервер.
+* Карта сайта, которая выводится на сайте.
+* Карта сайта для поисковых машин.
+* RSS - формирование из товаров.
+
+* Мультипроектность.
+* Мультисайтовость.
+* Разделение пользователей на ресселерскую сеть.
+* Система управления хостингом.
+* Облако тегов.
+
+* Криптографические алгоритмы.
+* Электронная подпись по закондательству Украины.
+* Интеграция с 1С.
+
+* Интеграция с Woocommerce.
+* Интеграция с Wordpress.
+* Интеграция с Magento.
+* Интеграция с ECShop.
+* Интеграция с MantisBT.
+* Вывод статистики и отчетов MantisBT.
+
+* Интеграция с Facebook.
+* Интеграция с Vk.
+
+* Авторизация через социальные сети.
+* Резервное копирование сайта.
+* Восстановление информации сайта.
+* Антивирусный модуль.
\ No newline at end of file
diff --git a/k2shop/k2shop/index.php b/k2shop/k2shop/index.php
new file mode 100644
index 0000000..07084b6
--- /dev/null
+++ b/k2shop/k2shop/index.php
@@ -0,0 +1,87 @@
+''){
+ $modeapp=1;
+ }else{
+ $modeapp=2;
+ }
+
+ }
+
+
+ $k2proj='';
+
+ //$k2_rootpath='';
+ //if (!defined('OLDROOT')){
+ // $k2_rootpath='../';
+ //}
+
+
+ $projfilename=/*$k2_rootpath.*/'../k2proj.php';
+ if (file_exists($projfilename)){
+ $k2proj=file_get_contents($projfilename);
+ } else {
+ $k2proj = 'default';
+ }
+
+ require_once('k2global.php');
+
+
+ if (!isset($root)){
+ $tmp_dir=__DIR__;
+ $tmp_dir=nslashe(str_replace("\\", "/", $tmp_dir));
+
+ $root = str_replace(nslashe('/k2shop/k2shop'), '', $tmp_dir);
+ $k2shop_root=nslashe($root.'/k2shop/k2shop');
+ }
+
+ //require_once nslashe($root.'\bootstrap.php');
+ //require_once nslashe($root.'\cli-config.php');
+
+
+
+ $file_mainshop=nslashe($k2shop_root.'/app/main_shop.php');
+
+ //echo 'file='.$file_mainshop."\n";
+
+ require_once($file_mainshop);
+
+ $k2m = new main_shop();
+
+ $k2m->show();
+
+
+
diff --git a/k2shop/k2shop/k2global.php b/k2shop/k2shop/k2global.php
new file mode 100644
index 0000000..f7962d6
--- /dev/null
+++ b/k2shop/k2shop/k2global.php
@@ -0,0 +1,69 @@
+аудитора1'
+ visible: true
+ hidden: false
+ width: 150
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ date_and_num:
+ caption: 'Дата та номервидачі свідоцтва'
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ date_and_num_pidv:
+ caption: 'Дата видачі та номерсвідоцтва пропідвищення кваліфікації'
+ visible: true
+ hidden: false
+ width: 150
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ vid_cultur:
+ caption: 'Види культур'
+ visible: true
+ hidden: false
+ width: 200
+ type: varchar(4096)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ vid_work:
+ caption: 'Види робіт із сертифікаціїнасіння та садивного матеріалу'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ date_otmen_svid:
+ caption: 'Дата скасування читимчасового зупинення'
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ #width_form: 500
+ type_field: date
+ dp_posad_name:
+ caption: 'Найменуванняпосади/підприємства'
+ visible: true
+ hidden: false
+ width: 150
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ comment_auditor:
+ caption: 'Примітка'
+ visible: true
+ hidden: false
+ width: 150
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ type_audit:
+ caption: 'Тип аудитора'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ order_ins:
+ caption: 'id встаки'
+ visible: true
+ hidden: false
+ readonly: true
+ width: 75
+ type: integer
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2_auditors
+ notUnique: '0'
+ seqIndex: '1'
+ column: auditid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2_dstu.yml b/k2shop/k2shop/metadata/dp2/dp2_dstu.yml
new file mode 100644
index 0000000..4338198
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2_dstu.yml
@@ -0,0 +1,70 @@
+table: dp2_dstu
+caption: 'Довідник ДСТУ'
+fields:
+ dstuid:
+ caption: 'id ДСТУ'
+ visible: true
+ hidden: true
+ readonly: true
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ dstu_name:
+ caption: 'Назва стандарта'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_dstu:
+ caption: 'Примітка'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: 'Активність'
+ visible: true
+ hidden: false
+ width: 100
+ type: integer
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ def_value: 1
+ inprot:
+ caption: 'В протокол'
+ visible: true
+ hidden: false
+ width: 100
+ type: integer
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ def_value: 1
+indexes:
+ PRIMARY:
+ table: dp2_dstu
+ notUnique: '0'
+ seqIndex: '1'
+ column: dstuid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2_typezajav.yml b/k2shop/k2shop/metadata/dp2/dp2_typezajav.yml
new file mode 100644
index 0000000..397d776
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2_typezajav.yml
@@ -0,0 +1,47 @@
+table: dp2_typezajav
+caption: ''
+fields:
+ typezajavid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_typezajav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_typezajav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2_typezajav
+ notUnique: '0'
+ seqIndex: '1'
+ column: typezajavid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2_zajavka_obsteg.yml b/k2shop/k2shop/metadata/dp2/dp2_zajavka_obsteg.yml
new file mode 100644
index 0000000..c7ce625
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2_zajavka_obsteg.yml
@@ -0,0 +1,471 @@
+table: dp2_zajavka_obsteg
+caption: ''
+fields:
+ zajavkid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ fio:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ mesto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ userupdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dateupdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ razmer_polya:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ CodKult:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ SortID:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ clone_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ pidschep:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ catid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ agronomid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ doc_mayna_n:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ doc_mayna_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ k2firms_our:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ podpis_zajavnik:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ zajavn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ zajav_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typezajavid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ year_urog:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ mass_part:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,3)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ part_num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kol_pack:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ doc_yakost_num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ doc_yakost_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ vladelec_sorta:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ razmer_part:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ act_n:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ act_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ typezajavkid:
+ caption: 'id типу заявки'
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ typezajavkid:
+ caption: 'id типу заявки'
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2_zajavka_obsteg
+ notUnique: '0'
+ seqIndex: '1'
+ column: zajavkid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ order_ins:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ act_n:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: act_n
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ act_date:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: act_date
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2_typezajav_dp2_zajavka_obsteg_fk:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: typezajavid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2agronoms_dp2_zajavka_obsteg_fk:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: agronomid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2categors_dp2_zajavka_obsteg_fk:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: catid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2kultur_dp2_zajavka_obsteg_fk:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: CodKult
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2sortreestr_dp2_zajavka_obsteg_fk:
+ table: dp2_zajavka_obsteg
+ notUnique: '1'
+ seqIndex: '1'
+ column: SortID
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2act_pop_ocen.yml b/k2shop/k2shop/metadata/dp2/dp2act_pop_ocen.yml
new file mode 100644
index 0000000..a63623d
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2act_pop_ocen.yml
@@ -0,0 +1,348 @@
+table: dp2act_pop_ocen
+caption: Акт попередньго оцінювання
+typeid: 1
+autowidth: false
+sortname: order_ins
+sortorder: desc
+custom_form: true
+form_width: 725
+form_height: 420
+width: 1500
+height: 600
+fields:
+ act_popid:
+ field: act_popid
+ caption: ID акту
+ visible: true
+ hidden: true
+ width: 100
+ type: varchar(50)
+ isNull: false
+ readonly: true
+ align: left
+
+ D:
+ field: ' '
+ caption: Д
+ width: 20
+ readonly: true
+ search: false
+ align: center
+ type_field: condition
+ cond:
+ class: anone
+ exp: (false)
+ url2: '/?comp=k2show&mode=admin&t=dp2act_pop_ocen&id={act_popid}&op=print&temp=print'
+ target2: _blank
+ caption2: ''
+ readonly: true
+
+
+ ####### Эта часть должна запускаться под супер-администратором ################
+
+ K:
+ field: ' '
+ caption: К
+ width: 20
+ readonly: true
+ search: false
+ align: center
+ type_field: condition
+ cond:
+ class: anone
+ exp: (false)
+ url2: '/?comp=k2show&mode=admin&t=dp2act_pop_ocen&id={act_popid}&op=designer&temp=print'
+ target2: _blank
+ caption2: ""
+ readonly: true
+
+ ####### Конец. Эта часть должна запускаться под супер-администратором ################
+
+ act_num:
+ caption: 'Акт №'
+ visible: true
+ hidden: false
+ width: 50
+ type: varchar(75)
+ isNull: true
+ align: right
+ act_date:
+ caption: 'Дата акту'
+ visible: true
+ hidden: false
+ width: 75
+ type: date
+ isNull: true
+ align: center
+ type_field: date
+ firmid:
+ caption: Господарство
+ visible: true
+ hidden: false
+ width: 150
+ type: varchar(75)
+ readonly: false
+ align: left
+ type_field: DropDown
+ multy: false
+ sql: "select firmid as k, CONCAT(name_firm, IF(edrpou<>'',CONCAT(' (', edrpou,')'),'')) as v
+ from k2firms
+ where trim(name_firm)<>''
+ order by name_firm "
+ width_form: 500
+ adress_act:
+ caption: Адреса
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ width_form: 500
+ CodKult:
+ caption: Культура
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ width_form: 500
+ align: left
+ type_field: DropDown
+ sql: select CodKult as k, Kultura as v from dp2Kultur order by Kultura
+ SortID:
+ caption: Сорт
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ align: left
+ width_form: 500
+ type_field: DropDown
+ sql: select SortID as k, NameUA as v from dp2SortReestr order by NameUA
+ catid:
+ caption: Категорія
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ align: left
+ width_form: 500
+ type_field: DropDown
+ sql: select catid as k, cat_name as v from dp2Categors order by cat_name
+ generationid:
+ caption: Генерація
+ visible: true
+ hidden: false
+ type: varchar(75)
+ width: 100
+ isNull: true
+ width_form: 500
+ align: left
+ type_field: DropDown
+ sql: select generationid as k, generation_name as v from dp2generation order by generation_name
+ plosha:
+ caption: 'Площа'
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ align: right
+ vneseno_reestr:
+ caption: Внесенов реєстр
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ width_form: 200
+ align: center
+ type_field: checkbox
+ prichin_nevnes:
+ caption: Причини невнесення вреєстр
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ is_vidpovidae:
+ caption: 'Відповідає'
+ visible: true
+ hidden: false
+ width: 75
+ type: 'integer'
+ width_form: 200
+ align: center
+ type_field: checkbox
+ dotrimannya_vimog1:
+ caption: 'Попередник'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ dotrimannya_vimog2:
+ caption: 'Просторова ізоляція'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ dotrimannya_vimog3:
+ caption: "Наявність карантинних об'єктів"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ dotrimannya_vimog4:
+ caption: "Схема розміщення батьківських компонентів"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ dotrimannya_vimog5:
+ caption: "Відсутність змішування насіння батьківських форм"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ dotrimannya_vimog6:
+ caption: "Інші вимоги"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ inspection_name:
+ caption: "Інспекція"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(1024)
+ isNull: true
+ width_form: 500
+ align: left
+ inspector_name:
+ caption: "Інспектор"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(150)
+ isNull: true
+ width_form: 500
+ align: left
+ predsravnik:
+ caption: "Представник"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(150)
+ isNull: true
+ width_form: 500
+ align: left
+ comment_doc:
+ caption: "Примітки"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(150)
+ isNull: true
+ width_form: 500
+ align: left
+ order_ins:
+ caption: "Сортування"
+ visible: true
+ hidden: false
+ width: 75
+ type: int(11)
+ isNull: true
+ width_form: 200
+ align: left
+ usercreate:
+ caption: "Створив"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ width_form: 200
+ align: left
+ op: ins
+ def_value: <%user%>
+ disabled: true
+ datecreate:
+ caption: 'Дата створення'
+ visible: true
+ hidden: false
+ width: 100
+ type_field: datetime
+ #type: timestamp
+ op: ins
+ def_value: <%Now%>
+ disabled: true
+ userupdate:
+ caption: "Змінив"
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ width_form: 200
+ align: left
+ def_value: <%user%>
+ disabled: true
+ dateupdate:
+ caption: 'Дата зміни'
+ visible: true
+ hidden: false
+ width: 100
+ type_field: datetime
+ #type: timestamp
+ isNull: true
+ def_value: <%Now%>
+ disabled: true
+indexes:
+ PRIMARY:
+ table: act_popid
+ notUnique: '0'
+ seqIndex: '1'
+ column: act_popid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ order_ins:
+ table: dp2act_pop_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+
diff --git a/k2shop/k2shop/metadata/dp2/dp2akt_pol_ocen.yml b/k2shop/k2shop/metadata/dp2/dp2akt_pol_ocen.yml
new file mode 100644
index 0000000..5688e22
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2akt_pol_ocen.yml
@@ -0,0 +1,318 @@
+table: dp2akt_pol_ocen
+caption: ''
+fields:
+ aktid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ zajavkid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ agronomid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ generationid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ zajavn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ploscha:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_pop_ocenk:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ pop_visn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_ostat_ocenk:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aktnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_akt:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ akt_brak_num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_akt_brak:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ userupdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dateupdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ CodKult:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ SortID:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ VirobnikId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2akt_pol_ocen
+ notUnique: '0'
+ seqIndex: '1'
+ column: aktid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2generation_dp2akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: generationid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2agronoms_dp2akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: agronomid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2virobn_akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: VirobnikId
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2kultur_dp2akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: CodKult
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2sortreestr_dp2akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: SortID
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2_zajavka_obsteg_dp2akt_pol_ocen_fk:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: zajavkid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ order_ins:
+ table: dp2akt_pol_ocen
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2akt_prob.yml b/k2shop/k2shop/metadata/dp2/dp2akt_prob.yml
new file mode 100644
index 0000000..7209677
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2akt_prob.yml
@@ -0,0 +1,345 @@
+table: dp2akt_prob
+caption: Акти проб
+typeid: 1
+autowidth: false
+sortname: order_ins
+sortorder: desc
+custom_form: true
+form_width: 725
+form_height: 420
+width: 1500
+height: 600
+fields:
+ akt_probid:
+ caption: ID акту
+ visible: true
+ hidden: false
+ width: 120
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ readonly: true
+ align: center
+ generationid:
+ caption: Генерація
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ priznachid:
+ caption: Призначення
насіння
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ vidanalizeid:
+ caption: Вид
аналізу
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ year_rogd:
+ caption: Рік
врожаю
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ align: center
+ sort_docn:
+ caption: Сортовий
документ
№
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ align: right
+ sort_doc_date:
+ caption: Сортовий
документ
Дата
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ # Значение для формы
+ def_value: <%Date%>
+ width_form: 200
+ align: center
+ sort_chisto:
+ caption: 'Сортова чистота
або типовість,
%'
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ align: right
+ countryid:
+ caption: Походження
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: left
+ num_part:
+ caption: № партії
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: right
+ mass_part:
+ caption: 'Маса
партії'
+ visible: true
+ hidden: false
+ width: 75
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: right
+ kol_mest:
+ caption: 'Кількість
місць'
+ visible: true
+ hidden: false
+ width: 75
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: right
+ misce_sberigan:
+ caption: 'Місце
зберігання'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: left
+ last_analiz_num:
+ caption: 'Останній
аналіз
Номер'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: right
+ last_analiz_date:
+ caption: 'Останній
аналіз
Дата'
+ visible: true
+ hidden: false
+ width: 75
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ # Для форм
+ def_value: <%Date%>
+ align: center
+ yad:
+ caption: 'Відомості про протруєння,
вказати ядохімікати'
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: left
+ kol_prob:
+ caption: 'Кількість
проб'
+ visible: true
+ hidden: false
+ width: 75
+ width_form: 200
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ align: right
+ reg_num_prob:
+ caption: 'Реєстраційний
№ проб'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 200
+ align: right
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ CodKult:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ SortID:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2akt_prob
+ notUnique: '0'
+ seqIndex: '1'
+ column: akt_probid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2vid_analize_dp2akt_prob_fk:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: vidanalizeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2priznach_nasinn_dp2akt_prob_fk:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: priznachid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2generation_dp2akt_prob_fk:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: generationid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2kultur_dp2akt_prob_fk:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: CodKult
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2sortreestr_dp2akt_prob_fk:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: SortID
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ order_ins:
+ table: dp2akt_prob
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2files.yml b/k2shop/k2shop/metadata/dp2/dp2files.yml
new file mode 100644
index 0000000..d3486f0
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2files.yml
@@ -0,0 +1,93 @@
+table: dp2files
+caption: ''
+fields:
+ fileid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ spravid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ spravid_1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2files
+ notUnique: '0'
+ seqIndex: '1'
+ column: fileid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2cert_dp2files_fk:
+ table: dp2files
+ notUnique: '1'
+ seqIndex: '1'
+ column: spravid_1
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2_protokol_dp2files_fk:
+ table: dp2files
+ notUnique: '1'
+ seqIndex: '1'
+ column: spravid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2generation.yml b/k2shop/k2shop/metadata/dp2/dp2generation.yml
new file mode 100644
index 0000000..e0207fa
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2generation.yml
@@ -0,0 +1,37 @@
+table: dp2generation
+caption: ''
+fields:
+ generationid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ generation_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2generation
+ notUnique: '0'
+ seqIndex: '1'
+ column: generationid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2labs.yml b/k2shop/k2shop/metadata/dp2/dp2labs.yml
new file mode 100644
index 0000000..debf76f
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2labs.yml
@@ -0,0 +1,113 @@
+table: dp2labs
+caption: ''
+fields:
+ labid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ OblastId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ rayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ adress:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_acred:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_end_acred:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2labs
+ notUnique: '0'
+ seqIndex: '1'
+ column: labid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2oblast_dp2labs_fk:
+ table: dp2labs
+ notUnique: '1'
+ seqIndex: '1'
+ column: OblastId
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2rajon_dp2labs_fk:
+ table: dp2labs
+ notUnique: '1'
+ seqIndex: '1'
+ column: rayid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2param_value.yml b/k2shop/k2shop/metadata/dp2/dp2param_value.yml
new file mode 100644
index 0000000..0453bf6
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2param_value.yml
@@ -0,0 +1,83 @@
+table: dp2param_value
+caption: ''
+fields:
+ param_valid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ param_cert_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ certid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ value_param:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2param_value
+ notUnique: '0'
+ seqIndex: '1'
+ column: param_valid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2params_need_dp2param_value_fk:
+ table: dp2param_value
+ notUnique: '1'
+ seqIndex: '1'
+ column: param_cert_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2cert_dp2param_value_fk:
+ table: dp2param_value
+ notUnique: '1'
+ seqIndex: '1'
+ column: certid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2params_need.yml b/k2shop/k2shop/metadata/dp2/dp2params_need.yml
new file mode 100644
index 0000000..5631874
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2params_need.yml
@@ -0,0 +1,93 @@
+table: dp2params_need
+caption: ''
+fields:
+ param_cert_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ paramid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ typecertid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ orderid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ groupid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2params_need
+ notUnique: '0'
+ seqIndex: '1'
+ column: param_cert_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2paramviprob_dp2params_need_fk:
+ table: dp2params_need
+ notUnique: '1'
+ seqIndex: '1'
+ column: paramid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2typecert_dp2params_need_fk:
+ table: dp2params_need
+ notUnique: '1'
+ seqIndex: '1'
+ column: typecertid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2rajon.yml b/k2shop/k2shop/metadata/dp2/dp2rajon.yml
new file mode 100644
index 0000000..e36ad3b
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2rajon.yml
@@ -0,0 +1,60 @@
+table: dp2rajon
+caption: ''
+fields:
+ rayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ OblastId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ name_rayon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2rajon
+ notUnique: '0'
+ seqIndex: '1'
+ column: rayid
+ collation: A
+ cardinality: '557'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2oblast_dp2rajon_fk:
+ table: dp2rajon
+ notUnique: '1'
+ seqIndex: '1'
+ column: OblastId
+ collation: A
+ cardinality: '26'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2ser_blank.yml b/k2shop/k2shop/metadata/dp2/dp2ser_blank.yml
new file mode 100644
index 0000000..fc0b0b6
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2ser_blank.yml
@@ -0,0 +1,80 @@
+table: dp2ser_blank
+caption: ''
+fields:
+ ser_blankid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ typeblankid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ serblank:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_serblank:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2ser_blank
+ notUnique: '0'
+ seqIndex: '1'
+ column: ser_blankid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dp2typeblank_dp2ser_blank_fk:
+ table: dp2ser_blank
+ notUnique: '1'
+ seqIndex: '1'
+ column: typeblankid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2type_vimog.yml b/k2shop/k2shop/metadata/dp2/dp2type_vimog.yml
new file mode 100644
index 0000000..12400ac
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2type_vimog.yml
@@ -0,0 +1,57 @@
+table: dp2type_vimog
+caption: ''
+fields:
+ vimog_viprid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_vimog_vipr:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_vimog:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2type_vimog
+ notUnique: '0'
+ seqIndex: '1'
+ column: vimog_viprid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2vid_analize.yml b/k2shop/k2shop/metadata/dp2/dp2vid_analize.yml
new file mode 100644
index 0000000..e2bdd77
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2vid_analize.yml
@@ -0,0 +1,47 @@
+table: dp2vid_analize
+caption: ''
+fields:
+ vidanalizeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ vidanalize_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_vidanalize:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2vid_analize
+ notUnique: '0'
+ seqIndex: '1'
+ column: vidanalizeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/dp2/dp2vlasn.yml b/k2shop/k2shop/metadata/dp2/dp2vlasn.yml
new file mode 100644
index 0000000..d65c199
--- /dev/null
+++ b/k2shop/k2shop/metadata/dp2/dp2vlasn.yml
@@ -0,0 +1,95 @@
+table: dp2vlasn
+caption: 'Заявники, пітримувачі сорта'
+custom_form: true
+sortname: order_ins
+sortorder: desc
+fields:
+ vlasnid:
+ caption: 'id підтримувача'
+ visible: true
+ hidden: false
+ readonly: true
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ extra: ''
+ code_vlasnik:
+ caption: 'Код власника'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ vlasn_name:
+ caption: 'Назва власника'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ adress_vlasnik:
+ caption: 'Адреса власника'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ name_vlasn_en:
+ caption: 'Назва (англ)'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ adress_vlasnik_en:
+ caption: 'Адреса власника (англ)'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ width_form: 500
+ order_ins:
+ caption: 'id встаки'
+ visible: true
+ hidden: false
+ readonly: true
+ width: 100
+ type: integer
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dp2vlasn
+ notUnique: '0'
+ seqIndex: '1'
+ column: vlasnid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/edoc/dpTypePrichin.yml b/k2shop/k2shop/metadata/edoc/dpTypePrichin.yml
new file mode 100644
index 0000000..6c0c53a
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/dpTypePrichin.yml
@@ -0,0 +1,47 @@
+table: dpTypePrichin
+caption: ''
+fields:
+ type_prichid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_type_prichin:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_typeprich:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: dpTypePrichin
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_prichid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/edoc/k2bank_vipisk.yml b/k2shop/k2shop/metadata/edoc/k2bank_vipisk.yml
new file mode 100644
index 0000000..1c23253
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/k2bank_vipisk.yml
@@ -0,0 +1,107 @@
+table: k2bank_vipisk
+caption: ''
+fields:
+ bank_vipiskid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ date_doc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ our_firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ our_rasch_schet:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_bankvipisk:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sum_prihod:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sum_rash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2bank_vipisk
+ notUnique: '0'
+ seqIndex: '1'
+ column: bank_vipiskid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/edoc/k2bank_vipisk_row.yml b/k2shop/k2shop/metadata/edoc/k2bank_vipisk_row.yml
new file mode 100644
index 0000000..e333fad
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/k2bank_vipisk_row.yml
@@ -0,0 +1,120 @@
+table: k2bank_vipisk_row
+caption: ''
+fields:
+ bank_vipisk_rowid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ bank_vipiskid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ banknum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ time_provodk:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ sum_operac:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rasch_schet_cli:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ naznach_plat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ referens:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2bank_vipisk_row
+ notUnique: '0'
+ seqIndex: '1'
+ column: bank_vipisk_rowid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2bank_vipisk_k2bank_vipisk_row_fk:
+ table: k2bank_vipisk_row
+ notUnique: '1'
+ seqIndex: '1'
+ column: bank_vipiskid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/edoc/k2docnum.yml b/k2shop/k2shop/metadata/edoc/k2docnum.yml
new file mode 100644
index 0000000..218e913
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/k2docnum.yml
@@ -0,0 +1,90 @@
+table: k2docnum
+caption: ''
+fields:
+ docnumid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docpref:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2docnum
+ notUnique: '0'
+ seqIndex: '1'
+ column: docnumid
+ collation: A
+ cardinality: '14'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ docnumid:
+ table: k2docnum
+ notUnique: '0'
+ seqIndex: '1'
+ column: docnumid
+ collation: A
+ cardinality: '14'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/edoc/k2docs.yml b/k2shop/k2shop/metadata/edoc/k2docs.yml
new file mode 100644
index 0000000..4e093f0
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/k2docs.yml
@@ -0,0 +1,385 @@
+table: k2docs
+caption: ''
+fields:
+ docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ docdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ docnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ docpref:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docsum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ myfirmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ our_podpis:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ cli_podpis:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ is_payed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ hashdoc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ specific_num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ specif_docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ osndprnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ code1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ typedogid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_doc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1500)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ zajavk_num:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+
+
+
+indexes:
+ PRIMARY:
+ table: k2docs
+ notUnique: '0'
+ seqIndex: '1'
+ column: docid
+ collation: A
+ cardinality: '17'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ docid:
+ table: k2docs
+ notUnique: '0'
+ seqIndex: '1'
+ column: docid
+ collation: A
+ cardinality: '17'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_docdate_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: docdate
+ collation: A
+ cardinality: '7'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_docnum_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '2'
+ column: docpref
+ collation: A
+ cardinality: '15'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_username_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: username
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_datecreate_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: datecreate
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_ourpodpis_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: our_podpis
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_clipodpis_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: cli_podpis
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_ispayed_idx:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: is_payed
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_typedocid_idx1:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: typedocid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2docs_code1c_idx1:
+ table: k2docs
+ notUnique: '1'
+ seqIndex: '1'
+ column: code1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+
+
+
+
diff --git a/k2shop/k2shop/metadata/edoc/k2dvig.yml b/k2shop/k2shop/metadata/edoc/k2dvig.yml
new file mode 100644
index 0000000..987e435
--- /dev/null
+++ b/k2shop/k2shop/metadata/edoc/k2dvig.yml
@@ -0,0 +1,120 @@
+table: k2dvig
+caption: ''
+fields:
+ dvigid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ edizmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ summa:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena_s_nds:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nameservice:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2dvig
+ notUnique: '0'
+ seqIndex: '1'
+ column: dvigid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dvigid:
+ table: k2dvig
+ notUnique: '0'
+ seqIndex: '1'
+ column: dvigid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/const.yml b/k2shop/k2shop/metadata/k2/const.yml
new file mode 100644
index 0000000..f308c6c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/const.yml
@@ -0,0 +1,97 @@
+table: const
+caption: ''
+fields:
+ constid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ var_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ vlaue2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ pub:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: const
+ notUnique: '0'
+ seqIndex: '1'
+ column: constid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/entity_type.yml b/k2shop/k2shop/metadata/k2/entity_type.yml
new file mode 100644
index 0000000..3fcc186
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/entity_type.yml
@@ -0,0 +1,37 @@
+table: entity_type
+caption: ''
+fields:
+ entity_type_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ entity_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: entity_type
+ notUnique: '0'
+ seqIndex: '1'
+ column: entity_type_id
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2VFirms.yml b/k2shop/k2shop/metadata/k2/k2VFirms.yml
new file mode 100644
index 0000000..849095e
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2VFirms.yml
@@ -0,0 +1,37 @@
+table: k2VFirms
+caption: ''
+fields:
+ k:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ v:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2VFirms
+ notUnique: '0'
+ seqIndex: '1'
+ column: k
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2VRaj.yml b/k2shop/k2shop/metadata/k2/k2VRaj.yml
new file mode 100644
index 0000000..32b450c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2VRaj.yml
@@ -0,0 +1,24 @@
+table: k2VRaj
+caption: ''
+fields:
+ k:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ v:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(154)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes: { }
diff --git a/k2shop/k2shop/metadata/k2/k2_country.yml b/k2shop/k2shop/metadata/k2/k2_country.yml
new file mode 100644
index 0000000..ec052a6
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2_country.yml
@@ -0,0 +1,100 @@
+table: k2_country
+caption: ''
+fields:
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ countryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ iso2letter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ isonumeric:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fav_sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ countryname_ua:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ countryname_ru:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_country
+ notUnique: '0'
+ seqIndex: '1'
+ column: countryid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name_new:
+ table: k2_country
+ notUnique: '1'
+ seqIndex: '1'
+ column: name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2admin_design.yml b/k2shop/k2shop/metadata/k2/k2admin_design.yml
new file mode 100644
index 0000000..35ebaa9
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2admin_design.yml
@@ -0,0 +1,57 @@
+table: k2admin_design
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(2)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(100)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ adminpage:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(15)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2admin_design
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2admin_menus.yml b/k2shop/k2shop/metadata/k2/k2admin_menus.yml
new file mode 100644
index 0000000..4bf43d4
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2admin_menus.yml
@@ -0,0 +1,330 @@
+table: k2admin_menus
+caption: ''
+fields:
+ menuid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ namemenu:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prevmenu:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ccount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ scriptrun:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ prevmenu_text:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ module_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ caption:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2admin_menus
+ notUnique: '0'
+ seqIndex: '1'
+ column: menuid
+ collation: A
+ cardinality: '120'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_act:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_createdate:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_createuser:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_del:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_magazinsid:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_module_name:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: module_name
+ collation: A
+ cardinality: '78'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_namemenu:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: namemenu
+ collation: A
+ cardinality: '120'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_order_ins:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '120'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_prevmenu:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: prevmenu
+ collation: A
+ cardinality: '18'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_updatedate:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ menus_updateuser:
+ table: k2admin_menus
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2admin_menus_prava.yml b/k2shop/k2shop/metadata/k2/k2admin_menus_prava.yml
new file mode 100644
index 0000000..a84d9cf
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2admin_menus_prava.yml
@@ -0,0 +1,510 @@
+table: k2admin_menus_prava
+caption: ''
+fields:
+ pravrepid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ menuid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ r:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ w:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ i:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ d:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ exp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ imp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ settable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ cutpast:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ enable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2admin_menus_prava
+ notUnique: '0'
+ seqIndex: '1'
+ column: pravrepid
+ collation: A
+ cardinality: '143'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_act:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_c:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: c
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_createdate:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_createuser:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_cutpast:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: cutpast
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_d:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: d
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_del:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_enable:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: enable
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_exp:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: exp
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_i:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: i
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_imp:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: imp
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_magazinsid:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_menuid:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: menuid
+ collation: A
+ cardinality: '81'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_order_ins:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_r:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: r
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_settable:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: settable
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_updatedate:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_updateuser:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_username:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: username
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pravrepmenu_w:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: w
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2roles_k2admin_menus_prava_fk:
+ table: k2admin_menus_prava
+ notUnique: '1'
+ seqIndex: '1'
+ column: roleid
+ collation: A
+ cardinality: '7'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2auktion.yml b/k2shop/k2shop/metadata/k2/k2auktion.yml
new file mode 100644
index 0000000..ed16985
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2auktion.yml
@@ -0,0 +1,207 @@
+table: k2auktion
+caption: ''
+fields:
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: 0
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: 'CURRENT_TIMESTAMP'
+ extra: ''
+ dateto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolstavok:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolcomment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ coord:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ reiting:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ current_cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ begin_cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ min_stavka:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ valid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ place_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ trans_status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2auktion
+ notUnique: '0'
+ seqIndex: '1'
+ column: aukid
+ collation: A
+ cardinality: '47'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2baldetile.yml b/k2shop/k2shop/metadata/k2/k2baldetile.yml
new file mode 100644
index 0000000..7e1161e
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2baldetile.yml
@@ -0,0 +1,77 @@
+table: k2baldetile
+caption: ''
+fields:
+ baldetileid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ bals:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ syscomment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2baldetile
+ notUnique: '0'
+ seqIndex: '1'
+ column: baldetileid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2balsum.yml b/k2shop/k2shop/metadata/k2/k2balsum.yml
new file mode 100644
index 0000000..640d886
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2balsum.yml
@@ -0,0 +1,57 @@
+table: k2balsum
+caption: ''
+fields:
+ balid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ balcount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2balsum
+ notUnique: '0'
+ seqIndex: '1'
+ column: balid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2bets.yml b/k2shop/k2shop/metadata/k2/k2bets.yml
new file mode 100644
index 0000000..2153203
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2bets.yml
@@ -0,0 +1,77 @@
+table: k2bets
+caption: ''
+fields:
+ betid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ ip:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ betdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2bets
+ notUnique: '0'
+ seqIndex: '1'
+ column: betid
+ collation: A
+ cardinality: '38'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2blogs.yml b/k2shop/k2shop/metadata/k2/k2blogs.yml
new file mode 100644
index 0000000..1dd81b0
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2blogs.yml
@@ -0,0 +1,77 @@
+table: k2blogs
+caption: ''
+fields:
+ blogid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ blogname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderblog:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ authorkartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2blogs
+ notUnique: '0'
+ seqIndex: '1'
+ column: blogid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2city.yml b/k2shop/k2shop/metadata/k2/k2city.yml
new file mode 100644
index 0000000..5b552d5
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2city.yml
@@ -0,0 +1,103 @@
+table: k2city
+caption: ''
+fields:
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ regionid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ cityname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ countryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2city
+ notUnique: '0'
+ seqIndex: '1'
+ column: cityid
+ collation: A
+ cardinality: '61'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2region_k2city_fk:
+ table: k2city
+ notUnique: '1'
+ seqIndex: '1'
+ column: regionid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2city_countryid_idx1:
+ table: k2city
+ notUnique: '1'
+ seqIndex: '1'
+ column: countryid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2cli_transfer.yml b/k2shop/k2shop/metadata/k2/k2cli_transfer.yml
new file mode 100644
index 0000000..ec78aaf
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2cli_transfer.yml
@@ -0,0 +1,120 @@
+table: k2cli_transfer
+caption: ''
+fields:
+ cli_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ kod_phone1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kod_phone2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ add_info:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2cli_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: cli_transferid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_k2cli_transfer_fk:
+ table: k2cli_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: transferid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2comments.yml b/k2shop/k2shop/metadata/k2/k2comments.yml
new file mode 100644
index 0000000..8805f71
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2comments.yml
@@ -0,0 +1,97 @@
+table: k2comments
+caption: ''
+fields:
+ commentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ datecomment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ text_comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2comments
+ notUnique: '0'
+ seqIndex: '1'
+ column: commentid
+ collation: A
+ cardinality: '16'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2const.yml b/k2shop/k2shop/metadata/k2/k2const.yml
new file mode 100644
index 0000000..a506662
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2const.yml
@@ -0,0 +1,97 @@
+table: k2const
+caption: ''
+fields:
+ constid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ var_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ value2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: mediumtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ pub:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2const
+ notUnique: '0'
+ seqIndex: '1'
+ column: constid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2const_proj.yml b/k2shop/k2shop/metadata/k2/k2const_proj.yml
new file mode 100644
index 0000000..79d8219
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2const_proj.yml
@@ -0,0 +1,267 @@
+table: k2const_proj
+caption: ''
+fields:
+ const_projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment_const:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ value_const:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ consts_prog_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2const_proj
+ notUnique: '0'
+ seqIndex: '1'
+ column: const_projid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_updatedate:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_act:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_consts_prog_id:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: consts_prog_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_createdate:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_createuser:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_del:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_order_ins:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_updateuser:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ const_proj_value_const:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: value_const
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_const_proj_fk:
+ table: k2const_proj
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2contact_test.yml b/k2shop/k2shop/metadata/k2/k2contact_test.yml
new file mode 100644
index 0000000..6ac79a4
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2contact_test.yml
@@ -0,0 +1,117 @@
+table: k2contact_test
+caption: ''
+fields:
+ contactid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ fam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ im:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ otch:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone3:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ adress:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comments:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(200)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2contact_test
+ notUnique: '0'
+ seqIndex: '1'
+ column: contactid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2content.yml b/k2shop/k2shop/metadata/k2/k2content.yml
new file mode 100644
index 0000000..3103201
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2content.yml
@@ -0,0 +1,210 @@
+table: k2content
+caption: ''
+fields:
+ contentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ descript:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ content:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ image:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ command:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ parentcontent:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ h1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ script:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ short_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2content
+ notUnique: '0'
+ seqIndex: '1'
+ column: contentid
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ contentid:
+ table: k2content
+ notUnique: '0'
+ seqIndex: '1'
+ column: contentid
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2country.yml b/k2shop/k2shop/metadata/k2/k2country.yml
new file mode 100644
index 0000000..28d8d1b
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2country.yml
@@ -0,0 +1,67 @@
+table: k2country
+caption: ''
+fields:
+ countryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ countryname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ istransfer:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2country
+ notUnique: '0'
+ seqIndex: '1'
+ column: countryid
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2delivery.yml b/k2shop/k2shop/metadata/k2/k2delivery.yml
new file mode 100644
index 0000000..9d3ec0b
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2delivery.yml
@@ -0,0 +1,77 @@
+table: k2delivery
+caption: ''
+fields:
+ deliveryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ delivery_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ icon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2delivery
+ notUnique: '0'
+ seqIndex: '1'
+ column: deliveryid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2dolgnost.yml b/k2shop/k2shop/metadata/k2/k2dolgnost.yml
new file mode 100644
index 0000000..dacae90
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2dolgnost.yml
@@ -0,0 +1,80 @@
+table: k2dolgnost
+caption: ''
+fields:
+ dolgnid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ dolgnname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ commentdolgn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2dolgnost
+ notUnique: '0'
+ seqIndex: '1'
+ column: dolgnid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ dolgnid:
+ table: k2dolgnost
+ notUnique: '0'
+ seqIndex: '1'
+ column: dolgnid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2edizm.yml b/k2shop/k2shop/metadata/k2/k2edizm.yml
new file mode 100644
index 0000000..a711655
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2edizm.yml
@@ -0,0 +1,86 @@
+table: k2edizm
+caption: ''
+fields:
+ edizmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ edizm:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ code1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2edizm
+ notUnique: '0'
+ seqIndex: '1'
+ column: edizmid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ edizmid:
+ table: k2edizm
+ notUnique: '0'
+ seqIndex: '1'
+ column: edizmid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2edizm_edizm_idx:
+ table: k2edizm
+ notUnique: '1'
+ seqIndex: '1'
+ column: edizm
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2edizm_code1c_idx1:
+ table: k2edizm
+ notUnique: '1'
+ seqIndex: '1'
+ column: code1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2enum_fields.yml b/k2shop/k2shop/metadata/k2/k2enum_fields.yml
new file mode 100644
index 0000000..87e692f
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2enum_fields.yml
@@ -0,0 +1,47 @@
+table: k2enum_fields
+caption: ''
+fields:
+ enum_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ enum_value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovtype_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2enum_fields
+ notUnique: '0'
+ seqIndex: '1'
+ column: enum_fieldid
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2firms.yml b/k2shop/k2shop/metadata/k2/k2firms.yml
new file mode 100644
index 0000000..c9f1a87
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2firms.yml
@@ -0,0 +1,431 @@
+table: k2firms
+caption: ''
+fields:
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ typefirmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def:
+ extra: ''
+ name_firm:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ismycompany:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ edrpou:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ipn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ svidnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ adress_firm:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone_firm:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ add_phone_firm:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ directorname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(200)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docstatut:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dolgndir:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ directorname_r:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(200)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dolgndir_r:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ raschschet:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ bankname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ mfo:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ directorname_short:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(200)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ reiting:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ confirmed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ OblastId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ codfil:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ code1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ platnykPDV:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2firms
+ notUnique: '0'
+ seqIndex: '1'
+ column: firmid
+ collation: A
+ cardinality: '1100'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ firmid:
+ table: k2firms
+ notUnique: '0'
+ seqIndex: '1'
+ column: firmid
+ collation: A
+ cardinality: '1100'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_namefirm_idx:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: name_firm
+ collation: A
+ cardinality: '1100'
+ sub_part: '191'
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_edrpou_idx:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: edrpou
+ collation: A
+ cardinality: '948'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_email_idx:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: email
+ collation: A
+ cardinality: '21'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_phone_idx:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: phone_firm
+ collation: A
+ cardinality: '585'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2typefirm_k2firms_fk:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: typefirmid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_code1c_idx1:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: code1c
+ collation: A
+ cardinality: '1100'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2firms_orderins:
+ table: k2firms
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '1100'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2history.yml b/k2shop/k2shop/metadata/k2/k2history.yml
new file mode 100644
index 0000000..bf01f94
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2history.yml
@@ -0,0 +1,107 @@
+table: k2history
+caption: ''
+fields:
+ historyid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: '0'
+ extra: ''
+ idtable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ changeblob:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datechange:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2history
+ notUnique: '0'
+ seqIndex: '1'
+ column: historyid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2ini.yml b/k2shop/k2shop/metadata/k2/k2ini.yml
new file mode 100644
index 0000000..92febe8
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2ini.yml
@@ -0,0 +1,77 @@
+table: k2ini
+caption: ''
+fields:
+ iniid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ device:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ settings:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ object:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2ini
+ notUnique: '0'
+ seqIndex: '1'
+ column: iniid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2keys.yml b/k2shop/k2shop/metadata/k2/k2keys.yml
new file mode 100644
index 0000000..8d40d96
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2keys.yml
@@ -0,0 +1,93 @@
+table: k2keys
+caption: ''
+fields:
+ k2keys:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ keysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ keyrazrez:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10240)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ resurs:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2keys
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2keys
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2keys_idx1:
+ table: k2keys
+ notUnique: '1'
+ seqIndex: '2'
+ column: keyrazrez
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2keys_idx2:
+ table: k2keys
+ notUnique: '1'
+ seqIndex: '1'
+ column: resurs
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2keywords.yml b/k2shop/k2shop/metadata/k2/k2keywords.yml
new file mode 100644
index 0000000..7ac53f7
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2keywords.yml
@@ -0,0 +1,109 @@
+table: k2keywords
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ keyid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ keyrazrez:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ keyword:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2keywords
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ keyrazrez:
+ table: k2keywords
+ notUnique: '1'
+ seqIndex: '2'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ keyrazrez_2:
+ table: k2keywords
+ notUnique: '1'
+ seqIndex: '1'
+ column: keyrazrez
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ keyid:
+ table: k2keywords
+ notUnique: '1'
+ seqIndex: '1'
+ column: keyid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2keywords_idx1:
+ table: k2keywords
+ notUnique: '1'
+ seqIndex: '2'
+ column: keyrazrez
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2lang.yml b/k2shop/k2shop/metadata/k2/k2lang.yml
new file mode 100644
index 0000000..7328133
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2lang.yml
@@ -0,0 +1,57 @@
+table: k2lang
+caption: ''
+fields:
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ langname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ commentlang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang_active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2lang
+ notUnique: '0'
+ seqIndex: '1'
+ column: langid
+ collation: A
+ cardinality: '101'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2likes.yml b/k2shop/k2shop/metadata/k2/k2likes.yml
new file mode 100644
index 0000000..c3241c1
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2likes.yml
@@ -0,0 +1,97 @@
+table: k2likes
+caption: ''
+fields:
+ likeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ ip:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datelike:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2likes
+ notUnique: '0'
+ seqIndex: '1'
+ column: likeid
+ collation: A
+ cardinality: '10'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2mag.yml b/k2shop/k2shop/metadata/k2/k2mag.yml
new file mode 100644
index 0000000..63c3147
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2mag.yml
@@ -0,0 +1,107 @@
+table: k2mag
+caption: ''
+fields:
+ magid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ost:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ edizmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ reiting:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kolprodag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ valid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2mag
+ notUnique: '0'
+ seqIndex: '1'
+ column: magid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2magazins.yml b/k2shop/k2shop/metadata/k2/k2magazins.yml
new file mode 100644
index 0000000..df3aa44
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2magazins.yml
@@ -0,0 +1,277 @@
+table: k2magazins
+caption: ''
+fields:
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ namemag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment_mag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typemagid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_mag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ver:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2magazins
+ notUnique: '0'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_order_mag:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_mag
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_act:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_createdate:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_createuser:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_del:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_namemag:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: namemag
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_order_ins:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_typemagid:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: typemagid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_updatedate:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ magazins_updateuser:
+ table: k2magazins
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2mass_mess_user.yml b/k2shop/k2shop/metadata/k2/k2mass_mess_user.yml
new file mode 100644
index 0000000..5ded97b
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2mass_mess_user.yml
@@ -0,0 +1,77 @@
+table: k2mass_mess_user
+caption: ''
+fields:
+ messuserid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ messid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ usermessid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ messuserdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2mass_mess_user
+ notUnique: '0'
+ seqIndex: '1'
+ column: messuserid
+ collation: A
+ cardinality: '16'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2mass_message.yml b/k2shop/k2shop/metadata/k2/k2mass_message.yml
new file mode 100644
index 0000000..a39fa34
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2mass_message.yml
@@ -0,0 +1,97 @@
+table: k2mass_message
+caption: ''
+fields:
+ messid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ message:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ messdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ adres:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ color:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2mass_message
+ notUnique: '0'
+ seqIndex: '1'
+ column: messid
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2menu.yml b/k2shop/k2shop/metadata/k2/k2menu.yml
new file mode 100644
index 0000000..b5ee9bb
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2menu.yml
@@ -0,0 +1,110 @@
+table: k2menu
+caption: ''
+fields:
+ k2menuid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ menu_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ident:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2menu
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2menuid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2menuid:
+ table: k2menu
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2menuid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2menuitems.yml b/k2shop/k2shop/metadata/k2/k2menuitems.yml
new file mode 100644
index 0000000..d747280
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2menuitems.yml
@@ -0,0 +1,256 @@
+table: k2menuitems
+caption: ''
+fields:
+ k2menuitemid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ k2menuid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ caption:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ parentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ hint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ command:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ord:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ descript:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ content:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ h1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ script:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: 0
+ extra: ''
+ home_page:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: 0
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2menuitems
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2menuitemid
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2menuitemid:
+ table: k2menuitems
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2menuitemid
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2menuitems_parent:
+ table: k2menuitems
+ notUnique: '1'
+ seqIndex: '1'
+ column: parentid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2menuitems_idx1:
+ table: k2menuitems
+ notUnique: '1'
+ seqIndex: '1'
+ column: caption
+ collation: A
+ cardinality: '5'
+ sub_part: '255'
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2obrasch.yml b/k2shop/k2shop/metadata/k2/k2obrasch.yml
new file mode 100644
index 0000000..1076406
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2obrasch.yml
@@ -0,0 +1,67 @@
+table: k2obrasch
+caption: ''
+fields:
+ obraschid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ obrasch_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ child:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2obrasch
+ notUnique: '0'
+ seqIndex: '1'
+ column: obraschid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2order_details.yml b/k2shop/k2shop/metadata/k2/k2order_details.yml
new file mode 100644
index 0000000..99d7010
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2order_details.yml
@@ -0,0 +1,70 @@
+table: k2order_details
+caption: ''
+fields:
+ order_detailsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ orderid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ koltov:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2order_details
+ notUnique: '0'
+ seqIndex: '1'
+ column: order_detailsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2tov_k2order_details_fk:
+ table: k2order_details
+ notUnique: '1'
+ seqIndex: '1'
+ column: tovid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2order_status.yml b/k2shop/k2shop/metadata/k2/k2order_status.yml
new file mode 100644
index 0000000..6fd3282
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2order_status.yml
@@ -0,0 +1,37 @@
+table: k2order_status
+caption: ''
+fields:
+ orderstatusid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ orderstatus_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2order_status
+ notUnique: '0'
+ seqIndex: '1'
+ column: orderstatusid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2pack_prog.yml b/k2shop/k2shop/metadata/k2/k2pack_prog.yml
new file mode 100644
index 0000000..7da9a8e
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2pack_prog.yml
@@ -0,0 +1,257 @@
+table: k2pack_prog
+caption: ''
+fields:
+ pack_progid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ prevpack_progid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ namepack:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2pack_prog
+ notUnique: '0'
+ seqIndex: '1'
+ column: pack_progid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_act:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_createdate:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_createuser:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_del:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_magazinsid:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_namepack:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: namepack
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_order_ins:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_prevpack_progid:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: prevpack_progid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_updatedate:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ pack_prog_updateuser:
+ table: k2pack_prog
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2pay_system.yml b/k2shop/k2shop/metadata/k2/k2pay_system.yml
new file mode 100644
index 0000000..4423888
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2pay_system.yml
@@ -0,0 +1,80 @@
+table: k2pay_system
+caption: ''
+fields:
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ pay_systemname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ icon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: 0
+ extra: ''
+ command:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2pay_system
+ notUnique: '0'
+ seqIndex: '1'
+ column: paysysid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pay_system_sysname_idx:
+ table: k2pay_system
+ notUnique: '1'
+ seqIndex: '1'
+ column: pay_systemname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2pay_type.yml b/k2shop/k2shop/metadata/k2/k2pay_type.yml
new file mode 100644
index 0000000..9d7453f
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2pay_type.yml
@@ -0,0 +1,67 @@
+table: k2pay_type
+caption: ''
+fields:
+ paytypeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ paytype_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2pay_type
+ notUnique: '0'
+ seqIndex: '1'
+ column: paytypeid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2payparam.yml b/k2shop/k2shop/metadata/k2/k2payparam.yml
new file mode 100644
index 0000000..ccb97bc
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2payparam.yml
@@ -0,0 +1,67 @@
+table: k2payparam
+caption: ''
+fields:
+ payparamid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ paycaption:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ payident:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ payvalue:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2payparam
+ notUnique: '0'
+ seqIndex: '1'
+ column: payparamid
+ collation: A
+ cardinality: '10'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2pays.yml b/k2shop/k2shop/metadata/k2/k2pays.yml
new file mode 100644
index 0000000..6c2833b
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2pays.yml
@@ -0,0 +1,209 @@
+table: k2pays
+caption: ''
+fields:
+ payid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ paytypeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ transactionId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paydate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ sumpay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ success:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ docnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ code1с:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2pays
+ notUnique: '0'
+ seqIndex: '1'
+ column: payid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ payid:
+ table: k2pays
+ notUnique: '0'
+ seqIndex: '1'
+ column: payid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pays_paydate_idx:
+ table: k2pays
+ notUnique: '1'
+ seqIndex: '1'
+ column: paydate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pays_sumpay_idx:
+ table: k2pays
+ notUnique: '1'
+ seqIndex: '1'
+ column: sumpay
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pays_1ccode_idx1:
+ table: k2pays
+ notUnique: '1'
+ seqIndex: '1'
+ column: code1с
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2portf_proj.yml b/k2shop/k2shop/metadata/k2/k2portf_proj.yml
new file mode 100644
index 0000000..7e7ffe9
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2portf_proj.yml
@@ -0,0 +1,67 @@
+table: k2portf_proj
+caption: ''
+fields:
+ portf_projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ portf_projname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2portf_proj
+ notUnique: '0'
+ seqIndex: '1'
+ column: portf_projid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2portf_type.yml b/k2shop/k2shop/metadata/k2/k2portf_type.yml
new file mode 100644
index 0000000..a2c485c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2portf_type.yml
@@ -0,0 +1,87 @@
+table: k2portf_type
+caption: ''
+fields:
+ portf_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ portf_typename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portf_desc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2portf_type
+ notUnique: '0'
+ seqIndex: '1'
+ column: portf_typeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2portfolio.yml b/k2shop/k2shop/metadata/k2/k2portfolio.yml
new file mode 100644
index 0000000..d9d70cb
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2portfolio.yml
@@ -0,0 +1,117 @@
+table: k2portfolio
+caption: ''
+fields:
+ portf_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ portf_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portf_projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portf_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portf_sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ portf_path:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portf_alt:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2portfolio
+ notUnique: '0'
+ seqIndex: '1'
+ column: portf_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2proj.yml b/k2shop/k2shop/metadata/k2/k2proj.yml
new file mode 100644
index 0000000..56096c8
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2proj.yml
@@ -0,0 +1,67 @@
+table: k2proj
+caption: ''
+fields:
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ projname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ commentproj:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createproj:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ proj_active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2proj
+ notUnique: '0'
+ seqIndex: '1'
+ column: projid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2projrole.yml b/k2shop/k2shop/metadata/k2/k2projrole.yml
new file mode 100644
index 0000000..c797a38
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2projrole.yml
@@ -0,0 +1,87 @@
+table: k2projrole
+caption: ''
+fields:
+ projroleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ user_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ isadmin:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ r:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ w:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ role_active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2projrole
+ notUnique: '0'
+ seqIndex: '1'
+ column: projroleid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2razrez_keywords.yml b/k2shop/k2shop/metadata/k2/k2razrez_keywords.yml
new file mode 100644
index 0000000..3c7b964
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2razrez_keywords.yml
@@ -0,0 +1,60 @@
+table: k2razrez_keywords
+caption: ''
+fields:
+ idrazrez:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_razrez:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2razrez_keywords
+ notUnique: '0'
+ seqIndex: '1'
+ column: idrazrez
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ idrazrez:
+ table: k2razrez_keywords
+ notUnique: '0'
+ seqIndex: '1'
+ column: idrazrez
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_actions.yml b/k2shop/k2shop/metadata/k2/k2report_actions.yml
new file mode 100644
index 0000000..9b6a611
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_actions.yml
@@ -0,0 +1,195 @@
+table: k2report_actions
+caption: ''
+fields:
+ print_report_actionsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ print_reportsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+indexes:
+ PRIMARY:
+ table: k2report_actions
+ notUnique: '0'
+ seqIndex: '1'
+ column: print_report_actionsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_report_actions_act:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_report_actions_del:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_report_actions_magazinsid:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_report_actions_order_ins:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_report_actions_updatedate:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2report_data_k2print_report_actions_fk:
+ table: k2report_actions
+ notUnique: '1'
+ seqIndex: '1'
+ column: print_reportsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_cuberep.yml b/k2shop/k2shop/metadata/k2/k2report_cuberep.yml
new file mode 100644
index 0000000..38ad392
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_cuberep.yml
@@ -0,0 +1,327 @@
+table: k2report_cuberep
+caption: ''
+fields:
+ cuberepid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ otchetid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ cubesettings:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ namecube:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ commentcube:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tablesetting:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ repsetting:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fastcube:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ size_report:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+indexes:
+ PRIMARY:
+ table: k2report_cuberep
+ notUnique: '0'
+ seqIndex: '1'
+ column: cuberepid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_act:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_createdate:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_createuser:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_del:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_magazinsid:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_namecube:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: namecube
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_order_ins:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_updatedate:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ cuberep_updateuser:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_cuberep_fk:
+ table: k2report_cuberep
+ notUnique: '1'
+ seqIndex: '1'
+ column: otchetid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_data.yml b/k2shop/k2shop/metadata/k2/k2report_data.yml
new file mode 100644
index 0000000..3c11103
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_data.yml
@@ -0,0 +1,324 @@
+table: k2report_data
+caption: ''
+fields:
+ print_reportsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ namereport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ commentdefreport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ report_blob:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: blob
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ def:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ size_report:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ is_auto_update_blank:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ auto_print:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2report_data
+ notUnique: '0'
+ seqIndex: '1'
+ column: print_reportsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_act:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_del:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_langid:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: langid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_magazinsid:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_order_ins:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_size_report:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: size_report
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_updatedate:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_reports_updateuser:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2typedoc_k2report_data_fk:
+ table: k2report_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: typedocid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_otchet.yml b/k2shop/k2shop/metadata/k2/k2report_otchet.yml
new file mode 100644
index 0000000..d0625cd
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_otchet.yml
@@ -0,0 +1,330 @@
+table: k2report_otchet
+caption: ''
+fields:
+ otchetid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ treeotchetid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ commentotch:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ vagn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ datereport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ size_report:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ zapret_time_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ zapret_time_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2report_otchet
+ notUnique: '0'
+ seqIndex: '1'
+ column: otchetid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_act:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_createdate:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_createuser:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_del:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_magazinsid:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_order_ins:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_size_report:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: size_report
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_updatedate:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_updateuser:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_vagn:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: vagn
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_otchet_fk:
+ table: k2report_otchet
+ notUnique: '1'
+ seqIndex: '1'
+ column: treeotchetid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_otchet_sql.yml b/k2shop/k2shop/metadata/k2/k2report_otchet_sql.yml
new file mode 100644
index 0000000..bf11442
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_otchet_sql.yml
@@ -0,0 +1,134 @@
+table: k2report_otchet_sql
+caption: ''
+fields:
+ sqlid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ otchetid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ sqlname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sql_text:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ord_sql:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ comment_otch:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fieldnames:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+ fieldnamesPhisical:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2report_otchet_sql
+ notUnique: '0'
+ seqIndex: '1'
+ column: sqlid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ otchet_otchet_sql_fk:
+ table: k2report_otchet_sql
+ notUnique: '1'
+ seqIndex: '1'
+ column: otchetid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ ord_sql:
+ table: k2report_otchet_sql
+ notUnique: '1'
+ seqIndex: '1'
+ column: ord_sql
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_treeotch.yml b/k2shop/k2shop/metadata/k2/k2report_treeotch.yml
new file mode 100644
index 0000000..2eb3537
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_treeotch.yml
@@ -0,0 +1,267 @@
+table: k2report_treeotch
+caption: ''
+fields:
+ treeotchid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ nametreeotch:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prevtreeotch:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ccount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+indexes:
+ PRIMARY:
+ table: k2report_treeotch
+ notUnique: '0'
+ seqIndex: '1'
+ column: treeotchid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_act:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_createdate:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_createuser:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_del:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_magazinsid:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_nametreeotch:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: nametreeotch
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_order_ins:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_prevtreeotch:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: prevtreeotch
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_updatedate:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treeotch_updateuser:
+ table: k2report_treeotch
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2report_userdata.yml b/k2shop/k2shop/metadata/k2/k2report_userdata.yml
new file mode 100644
index 0000000..5470d20
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2report_userdata.yml
@@ -0,0 +1,222 @@
+table: k2report_userdata
+caption: ''
+fields:
+ print_user_reportid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ namereport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ report_blob:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: blob
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ print_reportsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ def:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+indexes:
+ PRIMARY:
+ table: k2report_userdata
+ notUnique: '0'
+ seqIndex: '1'
+ column: print_user_reportid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_user_report_act:
+ table: k2report_userdata
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_user_report_del:
+ table: k2report_userdata
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_user_report_magazinsid:
+ table: k2report_userdata
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ print_user_report_order_ins:
+ table: k2report_userdata
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2report_data_k2print_user_report_fk:
+ table: k2report_userdata
+ notUnique: '1'
+ seqIndex: '1'
+ column: print_reportsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2roles.yml b/k2shop/k2shop/metadata/k2/k2roles.yml
new file mode 100644
index 0000000..b1b1de4
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2roles.yml
@@ -0,0 +1,90 @@
+table: k2roles
+caption: ''
+fields:
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ commentrole:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1050)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ pubrole:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rolename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ order_roles:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2roles
+ notUnique: '0'
+ seqIndex: '1'
+ column: roleid
+ collation: A
+ cardinality: '10'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2roles_active:
+ table: k2roles
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2sites.yml b/k2shop/k2shop/metadata/k2/k2sites.yml
new file mode 100644
index 0000000..8dfac21
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2sites.yml
@@ -0,0 +1,87 @@
+table: k2sites
+caption: ''
+fields:
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ site_alias:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ domainname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ addurl:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ langid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(5)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ site_active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2sites
+ notUnique: '0'
+ seqIndex: '1'
+ column: siteid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2slider.yml b/k2shop/k2shop/metadata/k2/k2slider.yml
new file mode 100644
index 0000000..cae5766
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2slider.yml
@@ -0,0 +1,77 @@
+table: k2slider
+caption: ''
+fields:
+ slideid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ slider_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(20)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ image:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ content:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ link:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sort_order:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2slider
+ notUnique: '0'
+ seqIndex: '1'
+ column: slideid
+ collation: A
+ cardinality: '15'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2struct_field.yml b/k2shop/k2shop/metadata/k2/k2struct_field.yml
new file mode 100644
index 0000000..afcfa6f
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2struct_field.yml
@@ -0,0 +1,462 @@
+table: k2struct_field
+caption: ''
+fields:
+ fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ field_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ tableid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ fieldname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ delset:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ default_value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1500)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ prim_key:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: 'N'
+ extra: ''
+ len:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_native:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ native_fieldname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ second_key:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: ''
+ def: 'N'
+ extra: ''
+ name_native:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(256)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_visible_table:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: ''
+ def: 'Y'
+ extra: ''
+ is_visible:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: ''
+ def: 'Y'
+ extra: ''
+ width_field_table:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ changed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: 'N'
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2struct_field
+ notUnique: '0'
+ seqIndex: '1'
+ column: fieldid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_createdate:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_act:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_changed:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: changed
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_createuser:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_del:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_delset:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: delset
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_field_typeid:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: field_typeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_fieldname:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: fieldname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_is_native:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: is_native
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_magazinsid:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_native_fieldname:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: native_fieldname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_order_ins:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_tableid:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: tableid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_updatedate:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ fields_updateuser:
+ table: k2struct_field
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2struct_ftype.yml b/k2shop/k2shop/metadata/k2/k2struct_ftype.yml
new file mode 100644
index 0000000..c7a7b38
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2struct_ftype.yml
@@ -0,0 +1,323 @@
+table: k2struct_ftype
+caption: ''
+fields:
+ field_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ typename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ native_typename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ localize:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_native:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ only_prog:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: 'N'
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2struct_ftype
+ notUnique: '0'
+ seqIndex: '1'
+ column: field_typeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_typeid:
+ table: k2struct_ftype
+ notUnique: '0'
+ seqIndex: '1'
+ column: field_typeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_act:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_createdate:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_createuser:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_del:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_magazinsid:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_native_typename:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: native_typename
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_only_prog:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: only_prog
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_order_ins:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_typename:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: typename
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_updatedate:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field_types_updateuser:
+ table: k2struct_ftype
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2struct_group.yml b/k2shop/k2shop/metadata/k2/k2struct_group.yml
new file mode 100644
index 0000000..6627937
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2struct_group.yml
@@ -0,0 +1,267 @@
+table: k2struct_group
+caption: ''
+fields:
+ id_group_tables:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ group_tables_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ parentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ccount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2struct_group
+ notUnique: '0'
+ seqIndex: '1'
+ column: id_group_tables
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_act:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_createdate:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_createuser:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_del:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_group_tables_name:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: group_tables_name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_magazinsid:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_order_ins:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_parentid:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: parentid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_updatedate:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_updateuser:
+ table: k2struct_group
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2struct_table.yml b/k2shop/k2shop/metadata/k2/k2struct_table.yml
new file mode 100644
index 0000000..4559769
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2struct_table.yml
@@ -0,0 +1,448 @@
+table: k2struct_table
+caption: ''
+fields:
+ tableid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ id_group_tables:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ table_mainname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ delset:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: char(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ is_native:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ native_tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ sync_data:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_native:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ simple_edit:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: 'N'
+ extra: ''
+ changed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: 'N'
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ act:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ is_logged:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ scheme_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2struct_table
+ notUnique: '0'
+ seqIndex: '1'
+ column: tableid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_act:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: act
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_changed:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: changed
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_createdate:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_createuser:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_del:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_delset:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: delset
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_is_logged:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: is_logged
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_is_native:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: is_native
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_magazinsid:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_native_tablename:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: native_tablename
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_order_ins:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_scheme_name:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: scheme_name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_simple_edit:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: simple_edit
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_table_mainname:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: table_mainname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_updatedate:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tables_updateuser:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ group_tables_tables_fk:
+ table: k2struct_table
+ notUnique: '1'
+ seqIndex: '1'
+ column: id_group_tables
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2temp.yml b/k2shop/k2shop/metadata/k2/k2temp.yml
new file mode 100644
index 0000000..da531a4
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2temp.yml
@@ -0,0 +1,77 @@
+table: k2temp
+caption: ''
+fields:
+ tempid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ usl:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ templatename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_temp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ temp_active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '1'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2temp
+ notUnique: '0'
+ seqIndex: '1'
+ column: tempid
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2temp_list.yml b/k2shop/k2shop/metadata/k2/k2temp_list.yml
new file mode 100644
index 0000000..be284d4
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2temp_list.yml
@@ -0,0 +1,37 @@
+table: k2temp_list
+caption: ''
+fields:
+ temp_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ temp_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2temp_list
+ notUnique: '0'
+ seqIndex: '1'
+ column: temp_id
+ collation: A
+ cardinality: '23'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tov.yml b/k2shop/k2shop/metadata/k2/k2tov.yml
new file mode 100644
index 0000000..55dfc1e
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tov.yml
@@ -0,0 +1,523 @@
+table: k2tov
+caption: ''
+fields:
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tovname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ edizmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ 1ccode:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tov_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ meta_title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ meta_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ meta_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ property:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ image_filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ rating:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ min_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ max_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ rating_count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ total_sales:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ cnt_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ cnt_razrez_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ k2import_url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2048)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ urlsrc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ urlpic:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ obrabot_grabber:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ obrabot_grabber_image:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ price_begin:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ is_recom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_new:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ linktovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dateto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ datefrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ valid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ parent_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tov
+ notUnique: '0'
+ seqIndex: '1'
+ column: tovid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tovid:
+ table: k2tov
+ notUnique: '0'
+ seqIndex: '1'
+ column: tovid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2tov_tovname_idx:
+ table: k2tov
+ notUnique: '1'
+ seqIndex: '1'
+ column: tovname
+ collation: A
+ cardinality: '0'
+ sub_part: '191'
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tov_img.yml b/k2shop/k2shop/metadata/k2/k2tov_img.yml
new file mode 100644
index 0000000..687993c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tov_img.yml
@@ -0,0 +1,113 @@
+table: k2tov_img
+caption: ''
+fields:
+ tovimg_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ tovimg:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovimg_title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovtypeimg_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tov_img
+ notUnique: '0'
+ seqIndex: '1'
+ column: tovimg_id
+ collation: A
+ cardinality: '148'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2tov_type_img_k2tov_img_fk:
+ table: k2tov_img
+ notUnique: '1'
+ seqIndex: '1'
+ column: tovtypeimg_id
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tovid:
+ table: k2tov_img
+ notUnique: '1'
+ seqIndex: '1'
+ column: tovid
+ collation: A
+ cardinality: '37'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tov_params.yml b/k2shop/k2shop/metadata/k2/k2tov_params.yml
new file mode 100644
index 0000000..fc6d314
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tov_params.yml
@@ -0,0 +1,97 @@
+table: k2tov_params
+caption: ''
+fields:
+ product_paramid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ tovtype_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ valueparam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ enum_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tableparam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tov_params
+ notUnique: '0'
+ seqIndex: '1'
+ column: product_paramid
+ collation: A
+ cardinality: '132'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tov_type.yml b/k2shop/k2shop/metadata/k2/k2tov_type.yml
new file mode 100644
index 0000000..b4d2888
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tov_type.yml
@@ -0,0 +1,77 @@
+table: k2tov_type
+caption: ''
+fields:
+ tov_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name_typetov:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cnt_fields:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tov_type
+ notUnique: '0'
+ seqIndex: '1'
+ column: tov_typeid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tov_type_img.yml b/k2shop/k2shop/metadata/k2/k2tov_type_img.yml
new file mode 100644
index 0000000..7190820
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tov_type_img.yml
@@ -0,0 +1,57 @@
+table: k2tov_type_img
+caption: ''
+fields:
+ tovtypeimg_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tovtypeimg_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ img_width:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ img_height:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tov_type_img
+ notUnique: '0'
+ seqIndex: '1'
+ column: tovtypeimg_id
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2tovtype_fields.yml b/k2shop/k2shop/metadata/k2/k2tovtype_fields.yml
new file mode 100644
index 0000000..9725729
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2tovtype_fields.yml
@@ -0,0 +1,117 @@
+table: k2tovtype_fields
+caption: ''
+fields:
+ tovtype_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tov_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_field:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_field:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ isshow_filter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2tovtype_fields
+ notUnique: '0'
+ seqIndex: '1'
+ column: tovtype_fieldid
+ collation: A
+ cardinality: '21'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2type_field.yml b/k2shop/k2shop/metadata/k2/k2type_field.yml
new file mode 100644
index 0000000..7337f59
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2type_field.yml
@@ -0,0 +1,37 @@
+table: k2type_field
+caption: ''
+fields:
+ type_fieldid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_typefield:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2type_field
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_fieldid
+ collation: A
+ cardinality: '7'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2typedoc.yml b/k2shop/k2shop/metadata/k2/k2typedoc.yml
new file mode 100644
index 0000000..9e54b51
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2typedoc.yml
@@ -0,0 +1,290 @@
+table: k2typedoc
+caption: ''
+fields:
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ nametd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ templatedoc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ filenametemp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ code1с:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ docpref:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sokrtd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(25)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2typedoc
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedocid
+ collation: A
+ cardinality: '6'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedocid:
+ table: k2typedoc
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedocid
+ collation: A
+ cardinality: '6'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2typedoc_nametd_idx:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: nametd
+ collation: A
+ cardinality: '6'
+ sub_part: '191'
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2typedoc_1ccode_idx1:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: code1с
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_act:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_createdate:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_createuser:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_del:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_magazinsid:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_nametd:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: nametd
+ collation: A
+ cardinality: '6'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_sokrtd:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: sokrtd
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedoc_updateuser:
+ table: k2typedoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2typedoc_docn.yml b/k2shop/k2shop/metadata/k2/k2typedoc_docn.yml
new file mode 100644
index 0000000..84f82cf
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2typedoc_docn.yml
@@ -0,0 +1,47 @@
+table: k2typedoc_docn
+caption: ''
+fields:
+ typedocnid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ docn:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2typedoc_docn
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedocnid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2typedoc_tree.yml b/k2shop/k2shop/metadata/k2/k2typedoc_tree.yml
new file mode 100644
index 0000000..c4199da
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2typedoc_tree.yml
@@ -0,0 +1,244 @@
+table: k2typedoc_tree
+caption: ''
+fields:
+ treetypeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ treetypedocname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ magazinsid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ updateuser:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ updatedate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: MUL
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prevtreetypeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2typedoc_tree
+ notUnique: '0'
+ seqIndex: '1'
+ column: treetypeid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_act:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_createdate:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: createdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_createuser:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: createuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_del:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_magazinsid:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: magazinsid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_order_ins:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_treetypedocname:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: treetypedocname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_updatedate:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: updatedate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ treetypedoc_updateuser:
+ table: k2typedoc_tree
+ notUnique: '1'
+ seqIndex: '1'
+ column: updateuser
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2typedog.yml b/k2shop/k2shop/metadata/k2/k2typedog.yml
new file mode 100644
index 0000000..389c503
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2typedog.yml
@@ -0,0 +1,90 @@
+table: k2typedog
+caption: ''
+fields:
+ typedogid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name_dog:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dog_ident:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinytext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ tarif_cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2typedog
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedogid
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedogid:
+ table: k2typedog
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedogid
+ collation: A
+ cardinality: '9'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2typefirm.yml b/k2shop/k2shop/metadata/k2/k2typefirm.yml
new file mode 100644
index 0000000..8a6acce
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2typefirm.yml
@@ -0,0 +1,50 @@
+table: k2typefirm
+caption: ''
+fields:
+ typefirmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ typefirmname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2typefirm
+ notUnique: '0'
+ seqIndex: '1'
+ column: typefirmid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2typefirm_typefirmname_idx:
+ table: k2typefirm
+ notUnique: '1'
+ seqIndex: '1'
+ column: typefirmname
+ collation: A
+ cardinality: '2'
+ sub_part: '191'
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2users.yml b/k2shop/k2shop/metadata/k2/k2users.yml
new file mode 100644
index 0000000..b0b0c32
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2users.yml
@@ -0,0 +1,659 @@
+table: k2users
+caption: ''
+fields:
+ user_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ firstname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ middlename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ lastname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ company:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ jobtitle:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ company_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ is_company:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ is_user:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ login:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: UNI
+ def: null
+ extra: ''
+ password:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(128)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ last_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sex:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ birth_day:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'tinyint(1)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ birth_month:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'tinyint(1)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ birth_year:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: smallint(4)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ about:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ photo:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'int(11)'
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ create_app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ create_method:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ create_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def:
+ extra: ''
+ locale:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(8)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ timezone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(64)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fax:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dolgnid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ remember_hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ israss:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ deposit:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prover:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ passwd_decode:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(128)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ all_obl:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ city:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ order_ins:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ who_create:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2users
+ notUnique: '0'
+ seqIndex: '1'
+ column: user_id
+ collation: A
+ cardinality: '60'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ login:
+ table: k2users
+ notUnique: '0'
+ seqIndex: '1'
+ column: login
+ collation: A
+ cardinality: '60'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ login_new:
+ table: k2users
+ notUnique: '0'
+ seqIndex: '1'
+ column: login
+ collation: A
+ cardinality: '60'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: name
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_name:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '2'
+ column: name
+ collation: A
+ cardinality: '60'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_remember_idx:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: remember_hash
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_hash_idx:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: hash
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ active:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wacontactfirmid:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: firmid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name_new:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: name
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2users_remember_idx:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: remember_hash
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2users_hash_idx:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: hash
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ active_new:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wacontactfirmid_new:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: firmid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ order_ins:
+ table: k2users
+ notUnique: '1'
+ seqIndex: '1'
+ column: order_ins
+ collation: A
+ cardinality: '60'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2users_obl.yml b/k2shop/k2shop/metadata/k2/k2users_obl.yml
new file mode 100644
index 0000000..f867ec9
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2users_obl.yml
@@ -0,0 +1,70 @@
+table: k2users_obl
+caption: ''
+fields:
+ usersoblid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ user_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ rayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ OblastId:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2users_obl
+ notUnique: '0'
+ seqIndex: '1'
+ column: usersoblid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2users_k2users_obl_fk:
+ table: k2users_obl
+ notUnique: '1'
+ seqIndex: '1'
+ column: user_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2val.yml b/k2shop/k2shop/metadata/k2/k2val.yml
new file mode 100644
index 0000000..8367db5
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2val.yml
@@ -0,0 +1,37 @@
+table: k2val
+caption: ''
+fields:
+ valid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ valname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2val
+ notUnique: '0'
+ seqIndex: '1'
+ column: valid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2ver.yml b/k2shop/k2shop/metadata/k2/k2ver.yml
new file mode 100644
index 0000000..d9e5601
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2ver.yml
@@ -0,0 +1,37 @@
+table: k2ver
+caption: ''
+fields:
+ vark2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: ''
+ extra: ''
+ valuek2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2ver
+ notUnique: '0'
+ seqIndex: '1'
+ column: vark2
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/k2vip_day.yml b/k2shop/k2shop/metadata/k2/k2vip_day.yml
new file mode 100644
index 0000000..c910d62
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/k2vip_day.yml
@@ -0,0 +1,47 @@
+table: k2vip_day
+caption: ''
+fields:
+ vip_dayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ vip_day:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ email_day:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2vip_day
+ notUnique: '0'
+ seqIndex: '1'
+ column: vip_dayid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/report_folder.yml b/k2shop/k2shop/metadata/k2/report_folder.yml
new file mode 100644
index 0000000..5aedf6c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/report_folder.yml
@@ -0,0 +1,57 @@
+table: report_folder
+caption: ''
+fields:
+ folder_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ parent_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ command:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: report_folder
+ notUnique: '0'
+ seqIndex: '1'
+ column: folder_id
+ collation: A
+ cardinality: '18'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2/site_page.yml b/k2shop/k2shop/metadata/k2/site_page.yml
new file mode 100644
index 0000000..b69e3b6
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2/site_page.yml
@@ -0,0 +1,183 @@
+table: site_page
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ domain_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ route:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(64)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ full_url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ content:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: longtext
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ update_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ create_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ parent_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: site_page
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ url:
+ table: site_page
+ notUnique: '1'
+ seqIndex: '3'
+ column: full_url
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ parent_id:
+ table: site_page
+ notUnique: '1'
+ seqIndex: '1'
+ column: parent_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/crmPrivatBank.yml b/k2shop/k2shop/metadata/k2crm/crmPrivatBank.yml
new file mode 100644
index 0000000..72a0643
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/crmPrivatBank.yml
@@ -0,0 +1,166 @@
+table: crmPrivatBank
+caption: 'Выписки банка'
+footer: true
+sortname: date_provodk
+sortorder: desc
+sum:
+ num: count
+ sum_prih: sum
+ sum_rash: sum
+fields:
+ privatid:
+ caption: 'ID'
+ visible: true
+ hidden: true
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ readonly: true
+ num:
+ caption: '№'
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_provodk:
+ caption: 'Датапроводки'
+ visible: true
+ hidden: false
+ type_field: date
+ width: 75
+ align: center
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ time_provodk:
+ caption: 'Времяпроводки'
+ visible: true
+ hidden: false
+ type_field: time
+ align: center
+ width: 75
+ type: time
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sum_prih:
+ caption: 'Суммаприхода'
+ visible: true
+ hidden: false
+ width: 75
+ align: right
+ type: decimal(15,2)
+ isNull: true
+ isKey: ''
+ def: 0
+ extra: ''
+ sum_rash:
+ caption: 'Суммарасхода'
+ visible: true
+ hidden: false
+ width: 75
+ align: right
+ type: decimal(15,2)
+ isNull: true
+ isKey: ''
+ def: 0
+ extra: ''
+ valuta:
+ caption: 'Валюта'
+ visible: true
+ hidden: false
+ width: 75
+ align: center
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_plat:
+ caption: 'Назначение платежа'
+ visible: true
+ hidden: false
+ width: 350
+ type: varchar(10240)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ edrpou:
+ caption: 'ЄДРПОУ'
+ visible: true
+ hidden: false
+ width: 75
+ align: right
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_firm:
+ caption: 'Наименование контрагента'
+ visible: true
+ hidden: false
+ width: 250
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ schet_firm:
+ caption: 'Счетконтрагента'
+ visible: true
+ hidden: false
+ width: 100
+ align: right
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ mfo_firm:
+ caption: 'МФО'
+ visible: true
+ hidden: false
+ width: 75
+ type: varchar(75)
+ align: center
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ referens:
+ caption: 'Референс'
+ visible: true
+ hidden: false
+ width: 100
+ align: left
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: crmPrivatBank
+ notUnique: '0'
+ seqIndex: '1'
+ column: privatid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/crmWialonAcc.yml b/k2shop/k2shop/metadata/k2crm/crmWialonAcc.yml
new file mode 100644
index 0000000..ecdea8c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/crmWialonAcc.yml
@@ -0,0 +1,120 @@
+table: crmWialonAcc
+caption: ''
+fields:
+ accwialonid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ acc_wialon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ acc_car:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+ car_mileage:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+ car_new_mileage:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ nameserver:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderID:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ portion:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: crmWialonAcc
+ notUnique: '0'
+ seqIndex: '1'
+ column: orderID
+ collation: A
+ cardinality: '0'
+ autoincrement: true
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/crmWialonAcount.yml b/k2shop/k2shop/metadata/k2crm/crmWialonAcount.yml
new file mode 100644
index 0000000..b498c68
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/crmWialonAcount.yml
@@ -0,0 +1,47 @@
+table: crmWialonAcount
+caption: ''
+fields:
+ id_acc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ accid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_acc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: crmWialonAcount
+ notUnique: '0'
+ seqIndex: '1'
+ column: id_acc
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/crmZohoAcc.yml b/k2shop/k2shop/metadata/k2crm/crmZohoAcc.yml
new file mode 100644
index 0000000..a735882
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/crmZohoAcc.yml
@@ -0,0 +1,207 @@
+table: crmZohoAcc
+caption: ''
+fields:
+ accid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ smownerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ acc_owner:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ acc_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ acc_number:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ employees:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ annual_revenue:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sic_code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ smcreatorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_by:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ modified_by_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ modified_by:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_by_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ last_activity:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ acc_wialon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tarif_plan:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ vkl:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 10
+ type: int(1)
+ isNull: true
+ isKey: ''
+ def: 1
+ extra: ''
+indexes:
+ PRIMARY:
+ table: crmZohoAcc
+ notUnique: '0'
+ seqIndex: '1'
+ column: accid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/crmZohoTarif.yml b/k2shop/k2shop/metadata/k2crm/crmZohoTarif.yml
new file mode 100644
index 0000000..bd1613c
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/crmZohoTarif.yml
@@ -0,0 +1,48 @@
+table: crmZohoTarif
+caption: 'Тарифы'
+fields:
+ tarifid:
+ caption: 'ID'
+ visible: true
+ hidden: true
+ width: 100
+ type: varchar(75)
+ readonly: true
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tarif_plan:
+ caption: 'Название тарифного плана'
+ visible: true
+ hidden: false
+ width: 200
+ type: varchar(150)
+ isNull: false
+ def: null
+ extra: ''
+ cena_month:
+ caption: 'Цена в месяц'
+ visible: true
+ hidden: false
+ width: 100
+ align: right
+ type: decimal(15,2)
+ isNull: true
+ isKey: ''
+ def: 0
+ extra: ''
+indexes:
+ PRIMARY:
+ table: crmZohoTarif
+ notUnique: '0'
+ seqIndex: '1'
+ column: tarifid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/k2crm/k2message.yml b/k2shop/k2shop/metadata/k2crm/k2message.yml
new file mode 100644
index 0000000..58cfcb0
--- /dev/null
+++ b/k2shop/k2shop/metadata/k2crm/k2message.yml
@@ -0,0 +1,109 @@
+table: k2message
+caption: ''
+fields:
+ id_message:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ message:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(1)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+ date_send:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+
+ date_formation:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ subj:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ docid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ portions:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2message
+ notUnique: '0'
+ seqIndex: '1'
+ column: id_message
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2karta_mat.yml b/k2shop/k2shop/metadata/kartin/k2karta_mat.yml
new file mode 100644
index 0000000..02f7ecf
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2karta_mat.yml
@@ -0,0 +1,57 @@
+table: k2karta_mat
+caption: ''
+fields:
+ katmatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ matid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ordermat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2karta_mat
+ notUnique: '0'
+ seqIndex: '1'
+ column: katmatid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartakat_author.yml b/k2shop/k2shop/metadata/kartin/k2kartakat_author.yml
new file mode 100644
index 0000000..01c1445
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartakat_author.yml
@@ -0,0 +1,57 @@
+table: k2kartakat_author
+caption: ''
+fields:
+ katauthorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ authorkartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderauthor:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartakat_author
+ notUnique: '0'
+ seqIndex: '1'
+ column: katauthorid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartakat_thema.yml b/k2shop/k2shop/metadata/kartin/k2kartakat_thema.yml
new file mode 100644
index 0000000..d147d67
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartakat_thema.yml
@@ -0,0 +1,57 @@
+table: k2kartakat_thema
+caption: ''
+fields:
+ katthemaid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ themakartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderthem:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartakat_thema
+ notUnique: '0'
+ seqIndex: '1'
+ column: katthemaid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartauthor.yml b/k2shop/k2shop/metadata/kartin/k2kartauthor.yml
new file mode 100644
index 0000000..b00a478
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartauthor.yml
@@ -0,0 +1,110 @@
+table: k2kartauthor
+caption: ''
+fields:
+ authorkartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ authorname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ authororder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ authorhint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aboutauthor:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ authorphoto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartauthor
+ notUnique: '0'
+ seqIndex: '1'
+ column: authorkartid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartauthoractive:
+ table: k2kartauthor
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartcolor.yml b/k2shop/k2shop/metadata/kartin/k2kartcolor.yml
new file mode 100644
index 0000000..00508dc
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartcolor.yml
@@ -0,0 +1,90 @@
+table: k2kartcolor
+caption: ''
+fields:
+ kartcolorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kartcolorname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ codecolor:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ colorhint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ colororder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartcolor
+ notUnique: '0'
+ seqIndex: '1'
+ column: kartcolorid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartcoloractive:
+ table: k2kartcolor
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartganr.yml b/k2shop/k2shop/metadata/kartin/k2kartganr.yml
new file mode 100644
index 0000000..ca14d2b
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartganr.yml
@@ -0,0 +1,80 @@
+table: k2kartganr
+caption: ''
+fields:
+ ganrid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ ganrname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ganrorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ganrhint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartganr
+ notUnique: '0'
+ seqIndex: '1'
+ column: ganrid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartgantactive:
+ table: k2kartganr
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartkatgor.yml b/k2shop/k2shop/metadata/kartin/k2kartkatgor.yml
new file mode 100644
index 0000000..6449fbd
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartkatgor.yml
@@ -0,0 +1,77 @@
+table: k2kartkatgor
+caption: ''
+fields:
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kategorname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kategororder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kategorhint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ urlpic:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartkatgor
+ notUnique: '0'
+ seqIndex: '1'
+ column: kategorid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartmat.yml b/k2shop/k2shop/metadata/kartin/k2kartmat.yml
new file mode 100644
index 0000000..58d0664
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartmat.yml
@@ -0,0 +1,80 @@
+table: k2kartmat
+caption: ''
+fields:
+ matid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ matname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ matorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ mathint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartmat
+ notUnique: '0'
+ seqIndex: '1'
+ column: matid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartmatacctive:
+ table: k2kartmat
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartrazmer.yml b/k2shop/k2shop/metadata/kartin/k2kartrazmer.yml
new file mode 100644
index 0000000..9438534
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartrazmer.yml
@@ -0,0 +1,80 @@
+table: k2kartrazmer
+caption: ''
+fields:
+ razmerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ razmname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ razmerhint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ razmerorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartrazmer
+ notUnique: '0'
+ seqIndex: '1'
+ column: razmerid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartrazmeractive:
+ table: k2kartrazmer
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2kartthema.yml b/k2shop/k2shop/metadata/kartin/k2kartthema.yml
new file mode 100644
index 0000000..6aa88ff
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2kartthema.yml
@@ -0,0 +1,80 @@
+table: k2kartthema
+caption: ''
+fields:
+ themakartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ themaname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ themaorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ themahint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2kartthema
+ notUnique: '0'
+ seqIndex: '1'
+ column: themakartid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ kartathemeactive:
+ table: k2kartthema
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/kartin/k2karttov.yml b/k2shop/k2shop/metadata/kartin/k2karttov.yml
new file mode 100644
index 0000000..607bc23
--- /dev/null
+++ b/k2shop/k2shop/metadata/kartin/k2karttov.yml
@@ -0,0 +1,226 @@
+table: k2karttov
+caption: ''
+fields:
+ karttovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ kartname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aboutwork:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ganrid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ themakartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ matid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ authorkartid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kartcolorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ razmerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ kartorder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ yearcreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ commentkartin:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ mainphoto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2karttov
+ notUnique: '0'
+ seqIndex: '1'
+ column: karttovid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ karttovactive:
+ table: k2karttov
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ karttovkategorid:
+ table: k2karttov
+ notUnique: '1'
+ seqIndex: '1'
+ column: kategorid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ karttovkartorder:
+ table: k2karttov
+ notUnique: '1'
+ seqIndex: '1'
+ column: kartorder
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shop/k2shop_category.yml b/k2shop/k2shop/metadata/shop/k2shop_category.yml
new file mode 100644
index 0000000..c652cc6
--- /dev/null
+++ b/k2shop/k2shop/metadata/shop/k2shop_category.yml
@@ -0,0 +1,313 @@
+table: k2shop_category
+caption: ''
+fields:
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ id_1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(36)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ parent_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ catimg:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ catbanimg:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ full_url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ sort_products:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ include_sub_categories:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_showmain:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2shop_category
+ notUnique: '0'
+ seqIndex: '1'
+ column: category_id
+ collation: A
+ cardinality: '22'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_1c:
+ table: k2shop_category
+ notUnique: '1'
+ seqIndex: '1'
+ column: id_1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ shop_category_idx_keyimp:
+ table: k2shop_category
+ notUnique: '1'
+ seqIndex: '2'
+ column: k2keyimport
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shop/k2shop_category_products.yml b/k2shop/k2shop/metadata/shop/k2shop_category_products.yml
new file mode 100644
index 0000000..bf1d416
--- /dev/null
+++ b/k2shop/k2shop/metadata/shop/k2shop_category_products.yml
@@ -0,0 +1,87 @@
+table: k2shop_category_products
+caption: ''
+fields:
+ cat_product_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tov_typeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tovid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2shop_category_products
+ notUnique: '0'
+ seqIndex: '1'
+ column: cat_product_id
+ collation: A
+ cardinality: '23065'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shop/k2shop_orders.yml b/k2shop/k2shop/metadata/shop/k2shop_orders.yml
new file mode 100644
index 0000000..67399f9
--- /dev/null
+++ b/k2shop/k2shop/metadata/shop/k2shop_orders.yml
@@ -0,0 +1,193 @@
+table: k2shop_orders
+caption: ''
+fields:
+ orderid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ user_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ client_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ client_phone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ client_city:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ client_email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ order_sum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ paytypeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ deliveryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ order_comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderstatusid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ is_payed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2shop_orders
+ notUnique: '0'
+ seqIndex: '1'
+ column: orderid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2order_status_k2shop_orders_fk:
+ table: k2shop_orders
+ notUnique: '1'
+ seqIndex: '1'
+ column: orderstatusid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pay_system_k2shop_orders_fk:
+ table: k2shop_orders
+ notUnique: '1'
+ seqIndex: '1'
+ column: paysysid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_category.yml b/k2shop/k2shop/metadata/shopscript/shop_category.yml
new file mode 100644
index 0000000..53303fa
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_category.yml
@@ -0,0 +1,322 @@
+table: shop_category
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ id_1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(36)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ left_key:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ right_key:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ depth:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ parent_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: '0'
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ full_url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: UNI
+ def: null
+ extra: ''
+ count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ conditions:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ filter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort_products:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ include_sub_categories:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_category
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '500'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ url:
+ table: shop_category
+ notUnique: '0'
+ seqIndex: '2'
+ column: url
+ collation: A
+ cardinality: '500'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ full_url:
+ table: shop_category
+ notUnique: '0'
+ seqIndex: '1'
+ column: full_url
+ collation: A
+ cardinality: '500'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ ns_keys:
+ table: shop_category
+ notUnique: '1'
+ seqIndex: '2'
+ column: right_key
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_1c:
+ table: shop_category
+ notUnique: '1'
+ seqIndex: '1'
+ column: id_1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ shop_category_idx_keyimp:
+ table: shop_category
+ notUnique: '1'
+ seqIndex: '2'
+ column: k2keyimport
+ collation: A
+ cardinality: '500'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_category_images.yml b/k2shop/k2shop/metadata/shopscript/shop_category_images.yml
new file mode 100644
index 0000000..86f0569
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_category_images.yml
@@ -0,0 +1,120 @@
+table: shop_category_images
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ standard_out:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+ upload_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ file_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ ext:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ width:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(5)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ height:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(5)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ size:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_category_images
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ category_id:
+ table: shop_category_images
+ notUnique: '1'
+ seqIndex: '1'
+ column: category_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_category_products.yml b/k2shop/k2shop/metadata/shopscript/shop_category_products.yml
new file mode 100644
index 0000000..d5503d2
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_category_products.yml
@@ -0,0 +1,67 @@
+table: shop_category_products
+caption: ''
+fields:
+ product_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_category_products
+ notUnique: '0'
+ seqIndex: '2'
+ column: product_id
+ collation: A
+ cardinality: '23074'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_order.yml b/k2shop/k2shop/metadata/shopscript/shop_order.yml
new file mode 100644
index 0000000..ffccfe6
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_order.yml
@@ -0,0 +1,233 @@
+table: shop_order
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ update_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ state_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: MUL
+ def: new
+ extra: ''
+ total:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ currency:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: char(3)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ rate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,8)'
+ isNull: false
+ isKey: ''
+ def: '1.00000000'
+ extra: ''
+ tax:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ shipping:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ discount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ assigned_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paid_year:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: smallint(6)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paid_quarter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: smallint(6)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paid_month:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: smallint(6)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paid_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_first:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ roistat_visit:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_order
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ state_id:
+ table: shop_order
+ notUnique: '1'
+ seqIndex: '1'
+ column: state_id
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ contact_id:
+ table: shop_order
+ notUnique: '1'
+ seqIndex: '1'
+ column: contact_id
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_product.yml b/k2shop/k2shop/metadata/shopscript/shop_product.yml
new file mode 100644
index 0000000..6d53c36
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_product.yml
@@ -0,0 +1,542 @@
+table: shop_product
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ id_1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(36)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ summary:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ meta_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+ type_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ image_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ image_filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(225)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ sku_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ext:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ rating:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(3,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ compare_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ currency:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: char(3)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ min_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ max_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ tax_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cross_selling:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ upselling:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rating_count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ total_sales:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: MUL
+ def: '0.0000'
+ extra: ''
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ badge:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sku_type:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ base_price_selectable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ compare_price_selectable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ purchase_price_selectable:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ sku_count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: ''
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: ''
+ extra: ''
+ cnt_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cnt_razrez_keywords:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ k2import_url:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2048)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ urlsrc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ urlpic:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ obrabot_grabber:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ obrabot_grabber_image:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_product
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '20965'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ url:
+ table: shop_product
+ notUnique: '1'
+ seqIndex: '1'
+ column: url
+ collation: A
+ cardinality: '20965'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ total_sales:
+ table: shop_product
+ notUnique: '1'
+ seqIndex: '1'
+ column: total_sales
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_1c:
+ table: shop_product
+ notUnique: '1'
+ seqIndex: '1'
+ column: id_1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2type_import:
+ table: shop_product
+ notUnique: '1'
+ seqIndex: '1'
+ column: k2type_import
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2keyimport:
+ table: shop_product
+ notUnique: '1'
+ seqIndex: '1'
+ column: k2keyimport
+ collation: A
+ cardinality: '20965'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_product_images.yml b/k2shop/k2shop/metadata/shopscript/shop_product_images.yml
new file mode 100644
index 0000000..a2ab55b
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_product_images.yml
@@ -0,0 +1,170 @@
+table: shop_product_images
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ product_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ upload_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ edit_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ width:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(5)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ height:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(5)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ size:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(225)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ original_filename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ext:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(10)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ badge_type:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(4)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ badge_code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_product_images
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ product_id:
+ table: shop_product_images
+ notUnique: '1'
+ seqIndex: '1'
+ column: product_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/shop_product_skus.yml b/k2shop/k2shop/metadata/shopscript/shop_product_skus.yml
new file mode 100644
index 0000000..22fdab5
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/shop_product_skus.yml
@@ -0,0 +1,243 @@
+table: shop_product_skus
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ product_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ id_1c:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(36)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ sku:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ image_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ primary_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ purchase_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ compare_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,4)'
+ isNull: false
+ isKey: ''
+ def: '0.0000'
+ extra: ''
+ count:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ available:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '1'
+ extra: ''
+ dimension_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ file_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ file_size:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ file_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ virtual:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ k2type_import:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ k2keyimport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: shop_product_skus
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ product_id:
+ table: shop_product_skus
+ notUnique: '1'
+ seqIndex: '1'
+ column: product_id
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_1c:
+ table: shop_product_skus
+ notUnique: '1'
+ seqIndex: '1'
+ column: id_1c
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/users.yml b/k2shop/k2shop/metadata/shopscript/users.yml
new file mode 100644
index 0000000..e501109
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/users.yml
@@ -0,0 +1,37 @@
+table: users
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: users
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact.yml b/k2shop/k2shop/metadata/shopscript/wa_contact.yml
new file mode 100644
index 0000000..50f957b
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact.yml
@@ -0,0 +1,548 @@
+table: wa_contact
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ firstname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ middlename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ lastname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ company:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ jobtitle:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ company_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ is_company:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ is_user:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: tinyint(1)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ login:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: UNI
+ def: null
+ extra: ''
+ password:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(128)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ last_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sex:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'enum(''m'',''f'')'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ birth_day:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'tinyint(2) unsigned'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ birth_month:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'tinyint(2) unsigned'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ birth_year:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: smallint(4)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ about:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ photo:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'int(10) unsigned'
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ create_datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ create_method:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ create_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ locale:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(8)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ timezone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(64)
+ isNull: true
+ isKey: ''
+ def: ''
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fax:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dolgnid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ remember_hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ israss:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ deposit:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prover:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ passwd_decode:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(128)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ firmid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ iso3letter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ city:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '30'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ login:
+ table: wa_contact
+ notUnique: '0'
+ seqIndex: '1'
+ column: login
+ collation: A
+ cardinality: '30'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '1'
+ column: name
+ collation: A
+ cardinality: '16'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ id_name:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '2'
+ column: name
+ collation: A
+ cardinality: '30'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_remember_idx:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '1'
+ column: remember_hash
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_hash_idx:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '1'
+ column: hash
+ collation: A
+ cardinality: '11'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ active:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wacontactfirmid:
+ table: wa_contact
+ notUnique: '1'
+ seqIndex: '1'
+ column: firmid
+ collation: A
+ cardinality: '15'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_categories.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_categories.yml
new file mode 100644
index 0000000..fb16b87
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_categories.yml
@@ -0,0 +1,50 @@
+table: wa_contact_categories
+caption: ''
+fields:
+ category_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_categories
+ notUnique: '0'
+ seqIndex: '2'
+ column: contact_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ contact_id:
+ table: wa_contact_categories
+ notUnique: '1'
+ seqIndex: '1'
+ column: contact_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_category.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_category.yml
new file mode 100644
index 0000000..9bc2808
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_category.yml
@@ -0,0 +1,90 @@
+table: wa_contact_category
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ system_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(64)
+ isNull: true
+ isKey: UNI
+ def: null
+ extra: ''
+ app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ icon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cnt:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_category
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ system_id:
+ table: wa_contact_category
+ notUnique: '0'
+ seqIndex: '1'
+ column: system_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_data.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_data.yml
new file mode 100644
index 0000000..999ea82
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_data.yml
@@ -0,0 +1,129 @@
+table: wa_contact_data
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ field:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ ext:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_data
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '15'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ contact_id:
+ table: wa_contact_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: contact_id
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ value:
+ table: wa_contact_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: value
+ collation: A
+ cardinality: '11'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ field:
+ table: wa_contact_data
+ notUnique: '1'
+ seqIndex: '1'
+ column: field
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_data_field_contact_idx:
+ table: wa_contact_data
+ notUnique: '1'
+ seqIndex: '2'
+ column: field
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_emails.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_emails.yml
new file mode 100644
index 0000000..eba67f5
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_emails.yml
@@ -0,0 +1,116 @@
+table: wa_contact_emails
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ ext:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: ''
+ def: ''
+ extra: ''
+ sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: unknown
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_emails
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ contact_sort:
+ table: wa_contact_emails
+ notUnique: '0'
+ seqIndex: '2'
+ column: sort
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ email:
+ table: wa_contact_emails
+ notUnique: '1'
+ seqIndex: '1'
+ column: email
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ status:
+ table: wa_contact_emails
+ notUnique: '1'
+ seqIndex: '1'
+ column: status
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_rights.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_rights.yml
new file mode 100644
index 0000000..28c8870
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_rights.yml
@@ -0,0 +1,70 @@
+table: wa_contact_rights
+caption: ''
+fields:
+ group_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(64)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_rights
+ notUnique: '0'
+ seqIndex: '3'
+ column: name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name_value:
+ table: wa_contact_rights
+ notUnique: '1'
+ seqIndex: '4'
+ column: app_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_contact_settings.yml b/k2shop/k2shop/metadata/shopscript/wa_contact_settings.yml
new file mode 100644
index 0000000..d909fbb
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_contact_settings.yml
@@ -0,0 +1,57 @@
+table: wa_contact_settings
+caption: ''
+fields:
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: PRI
+ def: ''
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_contact_settings
+ notUnique: '0'
+ seqIndex: '3'
+ column: name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_country.yml b/k2shop/k2shop/metadata/shopscript/wa_country.yml
new file mode 100644
index 0000000..fa5a08d
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_country.yml
@@ -0,0 +1,106 @@
+table: wa_country
+caption: ''
+fields:
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ iso3letter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ iso2letter:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(2)
+ isNull: false
+ isKey: UNI
+ def: null
+ extra: ''
+ isonumeric:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: UNI
+ def: null
+ extra: ''
+ fav_sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_country
+ notUnique: '0'
+ seqIndex: '1'
+ column: iso3letter
+ collation: A
+ cardinality: '240'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ isonumeric:
+ table: wa_country
+ notUnique: '0'
+ seqIndex: '1'
+ column: isonumeric
+ collation: A
+ cardinality: '240'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ iso2letter:
+ table: wa_country
+ notUnique: '0'
+ seqIndex: '1'
+ column: iso2letter
+ collation: A
+ cardinality: '240'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ name:
+ table: wa_country
+ notUnique: '1'
+ seqIndex: '1'
+ column: name
+ collation: A
+ cardinality: '240'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_log.yml b/k2shop/k2shop/metadata/shopscript/wa_log.yml
new file mode 100644
index 0000000..c96837c
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_log.yml
@@ -0,0 +1,87 @@
+table: wa_log
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: bigint(20)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ app_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(32)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ datetime:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ action:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ subject_contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ params:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_log
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_login_log.yml b/k2shop/k2shop/metadata/shopscript/wa_login_log.yml
new file mode 100644
index 0000000..9627d6a
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_login_log.yml
@@ -0,0 +1,57 @@
+table: wa_login_log
+caption: ''
+fields:
+ id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ contact_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ datetime_in:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ datetime_out:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_login_log
+ notUnique: '0'
+ seqIndex: '1'
+ column: id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/shopscript/wa_region.yml b/k2shop/k2shop/metadata/shopscript/wa_region.yml
new file mode 100644
index 0000000..b682263
--- /dev/null
+++ b/k2shop/k2shop/metadata/shopscript/wa_region.yml
@@ -0,0 +1,57 @@
+table: wa_region
+caption: ''
+fields:
+ country_iso3:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(8)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ fav_sort:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: wa_region
+ notUnique: '0'
+ seqIndex: '2'
+ column: code
+ collation: A
+ cardinality: '174'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_partner_discount.yml b/k2shop/k2shop/metadata/transfer/k2_partner_discount.yml
new file mode 100644
index 0000000..1291791
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_partner_discount.yml
@@ -0,0 +1,57 @@
+table: k2_partner_discount
+caption: ''
+fields:
+ partner_discountid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_discount:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_partner_discount
+ notUnique: '0'
+ seqIndex: '1'
+ column: partner_discountid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_partner_meneger.yml b/k2shop/k2shop/metadata/transfer/k2_partner_meneger.yml
new file mode 100644
index 0000000..0ec9b71
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_partner_meneger.yml
@@ -0,0 +1,77 @@
+table: k2_partner_meneger
+caption: ''
+fields:
+ managerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ managername:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phonemanager:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_partner_meneger
+ notUnique: '0'
+ seqIndex: '1'
+ column: managerid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_partner_trans.yml b/k2shop/k2shop/metadata/transfer/k2_partner_trans.yml
new file mode 100644
index 0000000..0c69efb
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_partner_trans.yml
@@ -0,0 +1,226 @@
+table: k2_partner_trans
+caption: ''
+fields:
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ type_acc_transfid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ partner_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ partner_adress:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ post_index:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ login:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ passwd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prov:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ countryid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partner_code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partner_skidka:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ closeyear:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ imagefile:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_partner_trans
+ notUnique: '0'
+ seqIndex: '1'
+ column: partner_transid
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2city_k2_partner_trans_fk:
+ table: k2_partner_trans
+ notUnique: '1'
+ seqIndex: '1'
+ column: cityid
+ collation: A
+ cardinality: '5'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2_partner_trans_hash_idx:
+ table: k2_partner_trans
+ notUnique: '1'
+ seqIndex: '1'
+ column: hash
+ collation: A
+ cardinality: '7'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2_partner_trans_active:
+ table: k2_partner_trans
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_service_arenda.yml b/k2shop/k2shop/metadata/transfer/k2_service_arenda.yml
new file mode 100644
index 0000000..6ca3c25
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_service_arenda.yml
@@ -0,0 +1,37 @@
+table: k2_service_arenda
+caption: ''
+fields:
+ serv_arendaid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ service_arenda_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_service_arenda
+ notUnique: '0'
+ seqIndex: '1'
+ column: serv_arendaid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_service_directory.yml b/k2shop/k2shop/metadata/transfer/k2_service_directory.yml
new file mode 100644
index 0000000..32ed9c7
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_service_directory.yml
@@ -0,0 +1,67 @@
+table: k2_service_directory
+caption: ''
+fields:
+ service_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ service_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ service_describe:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1050)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_service_directory
+ notUnique: '0'
+ seqIndex: '1'
+ column: service_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_status_zak.yml b/k2shop/k2shop/metadata/transfer/k2_status_zak.yml
new file mode 100644
index 0000000..8303ce6
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_status_zak.yml
@@ -0,0 +1,50 @@
+table: k2_status_zak
+caption: ''
+fields:
+ k2statid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ statname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_status_zak
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2statid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2statid:
+ table: k2_status_zak
+ notUnique: '0'
+ seqIndex: '1'
+ column: k2statid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2_who_transfer.yml b/k2shop/k2shop/metadata/transfer/k2_who_transfer.yml
new file mode 100644
index 0000000..00f0b14
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2_who_transfer.yml
@@ -0,0 +1,103 @@
+table: k2_who_transfer
+caption: ''
+fields:
+ who_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ date_rogden:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ fam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ im:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ obraschid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2_who_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: who_transferid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2obrasch_k2_who_transfer_fk:
+ table: k2_who_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: obraschid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_k2_who_transfer_fk:
+ table: k2_who_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: transferid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2arenda_avto.yml b/k2shop/k2shop/metadata/transfer/k2arenda_avto.yml
new file mode 100644
index 0000000..c014347
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2arenda_avto.yml
@@ -0,0 +1,235 @@
+table: k2arenda_avto
+caption: ''
+fields:
+ aranda_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ punkt_otpravid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ punkt_naznachid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ date_arenda:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ serv_arendaid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ start_service:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ for_ekskurs:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ end_service:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ekskursid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ kol_passag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kol_child:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_mashid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ partner_code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2arenda_avto
+ notUnique: '0'
+ seqIndex: '1'
+ column: aranda_avtoid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2ekskurs_k2arenda_avto_fk:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: ekskursid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2_service_arenda_k2arenda_avto_fk:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: serv_arendaid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2type_mash_k2arenda_avto_fk:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: type_mashid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2punkts_k2arenda_avto_fk:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: punkt_otpravid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2punkts_k2arenda_avto_fk1:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: punkt_naznachid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2city_k2arenda_avto_fk:
+ table: k2arenda_avto
+ notUnique: '1'
+ seqIndex: '1'
+ column: cityid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2ekskurs.yml b/k2shop/k2shop/metadata/transfer/k2ekskurs.yml
new file mode 100644
index 0000000..dae5745
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2ekskurs.yml
@@ -0,0 +1,67 @@
+table: k2ekskurs
+caption: ''
+fields:
+ ekskursid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ ekskurs_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2ekskurs
+ notUnique: '0'
+ seqIndex: '1'
+ column: ekskursid
+ collation: A
+ cardinality: '40'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2ekskurs_tarif.yml b/k2shop/k2shop/metadata/transfer/k2ekskurs_tarif.yml
new file mode 100644
index 0000000..6886501
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2ekskurs_tarif.yml
@@ -0,0 +1,137 @@
+table: k2ekskurs_tarif
+caption: ''
+fields:
+ ekskurs_tarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ ekskursid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kol_hour:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kol_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kol_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ percent_add:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ voditel:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ prover:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2ekskurs_tarif
+ notUnique: '0'
+ seqIndex: '1'
+ column: ekskurs_tarifid
+ collation: A
+ cardinality: '354'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2ganrkategor.yml b/k2shop/k2shop/metadata/transfer/k2ganrkategor.yml
new file mode 100644
index 0000000..9da83f4
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2ganrkategor.yml
@@ -0,0 +1,57 @@
+table: k2ganrkategor
+caption: ''
+fields:
+ ganrkatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ ganrid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kategorid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ orderganr:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2ganrkategor
+ notUnique: '0'
+ seqIndex: '1'
+ column: ganrkatid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2group_transfer.yml b/k2shop/k2shop/metadata/transfer/k2group_transfer.yml
new file mode 100644
index 0000000..ffec5de
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2group_transfer.yml
@@ -0,0 +1,649 @@
+table: k2group_transfer
+caption: ''
+fields:
+ group_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ service_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ comment_group:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ create_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: ''
+ update_date:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ summa_group:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ summa_group_1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ cena_partner:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ cena_partner_1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ managerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ koltransfers:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kolchild:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ age_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punkt_otpravid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punkt_naznachid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_service:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ticket_price:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ guide_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dateoplat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: null
+ extra: 'on update CURRENT_TIMESTAMP'
+ ispayed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sum_sys:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ poluch_naschet:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ typeoplatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sum_k_oplat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ost1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ost2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ sum10:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ sum_reste:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ clientname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(255)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ isclosed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ balanspartner:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ balanstransp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ sumoplach:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ predstavitid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ opl_predst:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ opl_transp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ transpid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ cena_perevozchik:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ cena_perevozchik_1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ dohod_zakaz:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ dohod_predstav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ pay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+ ekskursid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ activation:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ order_statusid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ is_email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ begin_service:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ end_service:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ penalty:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ vip_forfeit:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ trlng:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ is_moder:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2group_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: group_transferid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2pay_system_k2group_transfer_fk:
+ table: k2group_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: paysysid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ wa_contact_k2group_transfer_fk:
+ table: k2group_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: userid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ predstavitid:
+ table: k2group_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: predstavitid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ transpid:
+ table: k2group_transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: transpid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2partner_pay.yml b/k2shop/k2shop/metadata/transfer/k2partner_pay.yml
new file mode 100644
index 0000000..05cc58b
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2partner_pay.yml
@@ -0,0 +1,90 @@
+table: k2partner_pay
+caption: ''
+fields:
+ partnerpayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sumpay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ datepay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+ comment_pay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typeoplatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2partner_pay
+ notUnique: '0'
+ seqIndex: '1'
+ column: partnerpayid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2partner_pay_typeoplatid:
+ table: k2partner_pay
+ notUnique: '1'
+ seqIndex: '1'
+ column: typeoplatid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2partner_status.yml b/k2shop/k2shop/metadata/transfer/k2partner_status.yml
new file mode 100644
index 0000000..e29e605
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2partner_status.yml
@@ -0,0 +1,67 @@
+table: k2partner_status
+caption: ''
+fields:
+ partner_statusid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_statusname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ status_description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: text
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2partner_status
+ notUnique: '0'
+ seqIndex: '1'
+ column: partner_statusid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2post_index.yml b/k2shop/k2shop/metadata/transfer/k2post_index.yml
new file mode 100644
index 0000000..bdc7211
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2post_index.yml
@@ -0,0 +1,47 @@
+table: k2post_index
+caption: ''
+fields:
+ postindex:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: '0'
+ extra: ''
+ index_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment_index:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2post_index
+ notUnique: '0'
+ seqIndex: '1'
+ column: postindex
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2punkt_id.yml b/k2shop/k2shop/metadata/transfer/k2punkt_id.yml
new file mode 100644
index 0000000..6341cc4
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2punkt_id.yml
@@ -0,0 +1,67 @@
+table: k2punkt_id
+caption: ''
+fields:
+ punkt_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ postcode:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ address:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ stars:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punktid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2punkt_id
+ notUnique: '0'
+ seqIndex: '1'
+ column: punkt_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2punkt_name.yml b/k2shop/k2shop/metadata/transfer/k2punkt_name.yml
new file mode 100644
index 0000000..29f7393
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2punkt_name.yml
@@ -0,0 +1,67 @@
+table: k2punkt_name
+caption: ''
+fields:
+ punkt_name_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name_punkt:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punkt_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2punkt_name
+ notUnique: '0'
+ seqIndex: '1'
+ column: punkt_name_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2punkts.yml b/k2shop/k2shop/metadata/transfer/k2punkts.yml
new file mode 100644
index 0000000..5fa9c84
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2punkts.yml
@@ -0,0 +1,77 @@
+table: k2punkts
+caption: ''
+fields:
+ punktid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ punkt_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ isaeroport:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ isgd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2punkts
+ notUnique: '0'
+ seqIndex: '1'
+ column: punktid
+ collation: A
+ cardinality: '59'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2punkts_names.yml b/k2shop/k2shop/metadata/transfer/k2punkts_names.yml
new file mode 100644
index 0000000..f17a04a
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2punkts_names.yml
@@ -0,0 +1,107 @@
+table: k2punkts_names
+caption: ''
+fields:
+ punkt_name_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ punkt_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_punkt:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ postcode:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ address:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ stars:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punktid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2punkts_names
+ notUnique: '0'
+ seqIndex: '1'
+ column: punkt_name_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2service_guide.yml b/k2shop/k2shop/metadata/transfer/k2service_guide.yml
new file mode 100644
index 0000000..3036498
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2service_guide.yml
@@ -0,0 +1,77 @@
+table: k2service_guide
+caption: ''
+fields:
+ guide_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ guide_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ guide_phone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ guide_email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ guide_account:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ guide_paytype:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2service_guide
+ notUnique: '0'
+ seqIndex: '1'
+ column: guide_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2status_transfer.yml b/k2shop/k2shop/metadata/transfer/k2status_transfer.yml
new file mode 100644
index 0000000..a61d029
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2status_transfer.yml
@@ -0,0 +1,57 @@
+table: k2status_transfer
+caption: ''
+fields:
+ stat_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name_status:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2status_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: stat_transferid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2trans_provodk.yml b/k2shop/k2shop/metadata/transfer/k2trans_provodk.yml
new file mode 100644
index 0000000..32369b4
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2trans_provodk.yml
@@ -0,0 +1,67 @@
+table: k2trans_provodk
+caption: ''
+fields:
+ provodkid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sum_provodk:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partnerpayid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2trans_provodk
+ notUnique: '0'
+ seqIndex: '1'
+ column: provodkid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2trans_tarif.yml b/k2shop/k2shop/metadata/transfer/k2trans_tarif.yml
new file mode 100644
index 0000000..b5fa782
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2trans_tarif.yml
@@ -0,0 +1,338 @@
+table: k2trans_tarif
+caption: ''
+fields:
+ transtarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ ismain:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ fromid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ toid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ prover:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ type_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolfrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ kolto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_full_cityfrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ is_full_cityto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nacenk_percent:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(10,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nacenk_add:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(10,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ timefrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time(6)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ timeto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: time(6)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ transfer_time:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ double_road:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ year_tarif:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ tarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2trans_tarif
+ notUnique: '0'
+ seqIndex: '1'
+ column: transtarifid
+ collation: A
+ cardinality: '210'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_kolfrom_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: kolfrom
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_fromid_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '3'
+ column: type_avtoid
+ collation: A
+ cardinality: '164'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_partner_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: partner_transid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_act_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_prover_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: prover
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2trans_tarif_typetransfer_idx:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: type_transferid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ year_tarif:
+ table: k2trans_tarif
+ notUnique: '1'
+ seqIndex: '1'
+ column: year_tarif
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer.yml b/k2shop/k2shop/metadata/transfer/k2transfer.yml
new file mode 100644
index 0000000..422c5db
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer.yml
@@ -0,0 +1,962 @@
+table: k2transfer
+caption: ''
+fields:
+ transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ group_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ date_transfer:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ cityid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ punkt_otpravid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ punkt_otpravadd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ punkt_naznachid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ punkt_naznachadd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ partner_code:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ time_viezd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ time_priezd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ stat_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ back_transfer:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ summa_transfer:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kol:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ postindex:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ hash:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ createdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp(6)
+ isNull: true
+ isKey: ''
+ def: '0000-00-00 00:00:00.000000'
+ extra: ''
+ createupdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp(6)
+ isNull: true
+ isKey: ''
+ def: '0000-00-00 00:00:00.000000'
+ extra: ''
+ type_transfer:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ imagefilename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ userid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_priezd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ date_viezd:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: date
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ pay:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kod_phone1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kod_phone2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ email:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ add_info:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ double_way:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nomer_reis_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ city_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nomer_reis_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ city_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(50)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_hotel_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ name_hotel_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ adres_hotel_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(512)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ adres_hotel_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(512)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ post_code_from:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ post_code_to:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ paysysid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ cena_partner:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ managerid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ dateoplat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: ''
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ poluch_naschet:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ typeoplatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sum_k_oplat:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ost1:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ost2:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ sum10:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ sum_reste:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ispolnitelid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ predstavid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ driverid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ avtodriverid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ isclosed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ dateclose:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: '0000-00-00 00:00:00'
+ extra: ''
+ puluch_predstav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ zarabot_predstav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ clientname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ cena_perevozchik:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ ispayed:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ sumoplach:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ opl_predst:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ balanspartner:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ opl_transp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ balanstransp:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+ dohod_predstav:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: false
+ isKey: ''
+ def: '0.00'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: transferid
+ collation: A
+ cardinality: '14'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2punkts_k2transfer_fk:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: punkt_otpravid
+ collation: A
+ cardinality: '13'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2punkts_k2transfer_fk1:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: punkt_naznachid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2type_avto_k2transfer_fk:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: type_avtoid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2type_transfer_k2transfer_fk:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: type_transferid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2city_k2transfer_fk:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: cityid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2group_transfer_k2transfer_fk:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: group_transferid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_hash_idx:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: hash
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_active:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: active
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ paysysindex:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: paysysid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_ispolnitelid:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: ispolnitelid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_predstavid:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: predstavid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_driverid:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: driverid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_avtodriverid:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: avtodriverid
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_isclosed:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: isclosed
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transfer_dateclose:
+ table: k2transfer
+ notUnique: '1'
+ seqIndex: '1'
+ column: dateclose
+ collation: A
+ cardinality: '1'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_age.yml b/k2shop/k2shop/metadata/transfer/k2transfer_age.yml
new file mode 100644
index 0000000..7e128b5
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_age.yml
@@ -0,0 +1,37 @@
+table: k2transfer_age
+caption: ''
+fields:
+ age_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ age_value:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_age
+ notUnique: '0'
+ seqIndex: '1'
+ column: age_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_avto_driver.yml b/k2shop/k2shop/metadata/transfer/k2transfer_avto_driver.yml
new file mode 100644
index 0000000..d948f27
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_avto_driver.yml
@@ -0,0 +1,100 @@
+table: k2transfer_avto_driver
+caption: ''
+fields:
+ avtodriverid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ driverid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_mashid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nomeravto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_avto_driver
+ notUnique: '0'
+ seqIndex: '1'
+ column: avtodriverid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ k2transferavtodriver_partntransid:
+ table: k2transfer_avto_driver
+ notUnique: '1'
+ seqIndex: '1'
+ column: partner_transid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_button.yml b/k2shop/k2shop/metadata/transfer/k2transfer_button.yml
new file mode 100644
index 0000000..ef8ff5a
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_button.yml
@@ -0,0 +1,67 @@
+table: k2transfer_button
+caption: ''
+fields:
+ buttonid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ title:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ hint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_button
+ notUnique: '0'
+ seqIndex: '1'
+ column: buttonid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_contract.yml b/k2shop/k2shop/metadata/transfer/k2transfer_contract.yml
new file mode 100644
index 0000000..334121e
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_contract.yml
@@ -0,0 +1,57 @@
+table: k2transfer_contract
+caption: ''
+fields:
+ contract_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ text_contract:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_contract
+ notUnique: '0'
+ seqIndex: '1'
+ column: contract_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_driver.yml b/k2shop/k2shop/metadata/transfer/k2transfer_driver.yml
new file mode 100644
index 0000000..2dce1e3
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_driver.yml
@@ -0,0 +1,120 @@
+table: k2transfer_driver
+caption: ''
+fields:
+ driverid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ fam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ im:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ phone:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ secury_social:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ ursaaf:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ typeoplatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ active:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_driver
+ notUnique: '0'
+ seqIndex: '1'
+ column: driverid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ transferdriver_partner:
+ table: k2transfer_driver
+ notUnique: '1'
+ seqIndex: '1'
+ column: partner_transid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_hint.yml b/k2shop/k2shop/metadata/transfer/k2transfer_hint.yml
new file mode 100644
index 0000000..6dcb9e7
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_hint.yml
@@ -0,0 +1,57 @@
+table: k2transfer_hint
+caption: ''
+fields:
+ hint_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ text_hint:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_hint
+ notUnique: '0'
+ seqIndex: '1'
+ column: hint_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_services.yml b/k2shop/k2shop/metadata/transfer/k2transfer_services.yml
new file mode 100644
index 0000000..3efc289
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_services.yml
@@ -0,0 +1,57 @@
+table: k2transfer_services
+caption: ''
+fields:
+ services_id:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ name_services:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_services
+ notUnique: '0'
+ seqIndex: '1'
+ column: services_id
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_tarif_partner.yml b/k2shop/k2shop/metadata/transfer/k2transfer_tarif_partner.yml
new file mode 100644
index 0000000..b247cda
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_tarif_partner.yml
@@ -0,0 +1,77 @@
+table: k2transfer_tarif_partner
+caption: ''
+fields:
+ partnertarifid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ partner_transid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolfrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ kolto:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ cena:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_tarif_partner
+ notUnique: '0'
+ seqIndex: '1'
+ column: partnertarifid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2transfer_typeopl.yml b/k2shop/k2shop/metadata/transfer/k2transfer_typeopl.yml
new file mode 100644
index 0000000..518622c
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2transfer_typeopl.yml
@@ -0,0 +1,57 @@
+table: k2transfer_typeopl
+caption: ''
+fields:
+ typeoplatid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ typeopl:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2transfer_typeopl
+ notUnique: '0'
+ seqIndex: '1'
+ column: typeoplatid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2type_acc_transfer.yml b/k2shop/k2shop/metadata/transfer/k2type_acc_transfer.yml
new file mode 100644
index 0000000..3842858
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2type_acc_transfer.yml
@@ -0,0 +1,50 @@
+table: k2type_acc_transfer
+caption: ''
+fields:
+ type_acc_transfid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ type_acc_nam:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2type_acc_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_acc_transfid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ type_acc_transfid:
+ table: k2type_acc_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_acc_transfid
+ collation: A
+ cardinality: '3'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2type_avto.yml b/k2shop/k2shop/metadata/transfer/k2type_avto.yml
new file mode 100644
index 0000000..42ee656
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2type_avto.yml
@@ -0,0 +1,140 @@
+table: k2type_avto
+caption: ''
+fields:
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ type_avto_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolmest:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolbag:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ icon:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ nacenka_percent:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ nacenka_add:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: 'decimal(15,2)'
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ kolfrom:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ description:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2type_avto
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_avtoid
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ type_avtoid:
+ table: k2type_avto
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_avtoid
+ collation: A
+ cardinality: '8'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2type_mash.yml b/k2shop/k2shop/metadata/transfer/k2type_mash.yml
new file mode 100644
index 0000000..09a1822
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2type_mash.yml
@@ -0,0 +1,47 @@
+table: k2type_mash
+caption: ''
+fields:
+ type_mashid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ type_mash_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ type_avtoid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2type_mash
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_mashid
+ collation: A
+ cardinality: '4'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/transfer/k2type_transfer.yml b/k2shop/k2shop/metadata/transfer/k2type_transfer.yml
new file mode 100644
index 0000000..a2ed8a9
--- /dev/null
+++ b/k2shop/k2shop/metadata/transfer/k2type_transfer.yml
@@ -0,0 +1,57 @@
+table: k2type_transfer
+caption: ''
+fields:
+ type_transferid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ type_transfer_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ lang:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(3)
+ isNull: false
+ isKey: ''
+ def: ru
+ extra: ''
+ lgparentid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(3)
+ isNull: false
+ isKey: ''
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2type_transfer
+ notUnique: '0'
+ seqIndex: '1'
+ column: type_transferid
+ collation: A
+ cardinality: '2'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/k2add_files.yml b/k2shop/k2shop/metadata/vdocs/k2add_files.yml
new file mode 100644
index 0000000..aa37377
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/k2add_files.yml
@@ -0,0 +1,87 @@
+table: k2add_files
+caption: ''
+fields:
+ add_files:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: auto_increment
+ file_caption:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ file_path:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ aukid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ tablename:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+ siteid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: k2add_files
+ notUnique: '0'
+ seqIndex: '1'
+ column: add_files
+ collation: A
+ cardinality: '13'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdHistory.yml b/k2shop/k2shop/metadata/vdocs/vdHistory.yml
new file mode 100644
index 0000000..8f50d1e
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdHistory.yml
@@ -0,0 +1,129 @@
+table: vdHistory
+caption: ''
+fields:
+ histid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ fileid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ md5_file:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ ordnum:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: auto_increment
+ datecreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: datetime
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ usercreate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: vdHistory
+ notUnique: '0'
+ seqIndex: '1'
+ column: histid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ idx_vdHistory_ordernum:
+ table: vdHistory
+ notUnique: '1'
+ seqIndex: '1'
+ column: ordnum
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ md5_file:
+ table: vdHistory
+ notUnique: '1'
+ seqIndex: '1'
+ column: md5_file
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ datecreate:
+ table: vdHistory
+ notUnique: '1'
+ seqIndex: '1'
+ column: datecreate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ usercreate:
+ table: vdHistory
+ notUnique: '1'
+ seqIndex: '1'
+ column: usercreate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdProj.yml b/k2shop/k2shop/metadata/vdocs/vdProj.yml
new file mode 100644
index 0000000..90672e3
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdProj.yml
@@ -0,0 +1,60 @@
+table: vdProj
+caption: ''
+fields:
+ projid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ projname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ proj_comment:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: vdProj
+ notUnique: '0'
+ seqIndex: '1'
+ column: projid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ projname:
+ table: vdProj
+ notUnique: '1'
+ seqIndex: '1'
+ column: projname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdSign.yml b/k2shop/k2shop/metadata/vdocs/vdSign.yml
new file mode 100644
index 0000000..7e5aea4
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdSign.yml
@@ -0,0 +1,93 @@
+table: vdSign
+caption: ''
+fields:
+ signid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ fileid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ sign_hesh:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(1024)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ signdate:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: timestamp
+ isNull: false
+ isKey: MUL
+ def: CURRENT_TIMESTAMP
+ extra: 'on update CURRENT_TIMESTAMP'
+indexes:
+ PRIMARY:
+ table: vdSign
+ notUnique: '0'
+ seqIndex: '1'
+ column: signid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ username:
+ table: vdSign
+ notUnique: '1'
+ seqIndex: '1'
+ column: username
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ signdate:
+ table: vdSign
+ notUnique: '1'
+ seqIndex: '1'
+ column: signdate
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdTabuFiles.yml b/k2shop/k2shop/metadata/vdocs/vdTabuFiles.yml
new file mode 100644
index 0000000..2940776
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdTabuFiles.yml
@@ -0,0 +1,73 @@
+table: vdTabuFiles
+caption: ''
+fields:
+ tabuid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ tabuname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: MUL
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: vdTabuFiles
+ notUnique: '0'
+ seqIndex: '1'
+ column: tabuid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ del:
+ table: vdTabuFiles
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ tabuname:
+ table: vdTabuFiles
+ notUnique: '1'
+ seqIndex: '1'
+ column: tabuname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdTreeRight.yml b/k2shop/k2shop/metadata/vdocs/vdTreeRight.yml
new file mode 100644
index 0000000..47be624
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdTreeRight.yml
@@ -0,0 +1,153 @@
+table: vdTreeRight
+caption: ''
+fields:
+ tree_rightid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ treeid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ username:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ roleid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ rtree:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ wtree:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ admtree:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rfile:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ wfile:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ rmyfile:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: ''
+ def: '0'
+ extra: ''
+ comment_right:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+indexes:
+ PRIMARY:
+ table: vdTreeRight
+ notUnique: '0'
+ seqIndex: '1'
+ column: tree_rightid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ username:
+ table: vdTreeRight
+ notUnique: '1'
+ seqIndex: '1'
+ column: username
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ roleid:
+ table: vdTreeRight
+ notUnique: '1'
+ seqIndex: '1'
+ column: roleid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/metadata/vdocs/vdTypeDoc.yml b/k2shop/k2shop/metadata/vdocs/vdTypeDoc.yml
new file mode 100644
index 0000000..a815986
--- /dev/null
+++ b/k2shop/k2shop/metadata/vdocs/vdTypeDoc.yml
@@ -0,0 +1,106 @@
+table: vdTypeDoc
+caption: ''
+fields:
+ typedocid:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: false
+ isKey: PRI
+ def: null
+ extra: ''
+ typedocname:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(150)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ short_name:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(75)
+ isNull: true
+ isKey: MUL
+ def: null
+ extra: ''
+ comment_typedoc:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: varchar(250)
+ isNull: true
+ isKey: ''
+ def: null
+ extra: ''
+ del:
+ caption: ''
+ visible: true
+ hidden: false
+ width: 100
+ type: int(11)
+ isNull: true
+ isKey: MUL
+ def: '0'
+ extra: ''
+indexes:
+ PRIMARY:
+ table: vdTypeDoc
+ notUnique: '0'
+ seqIndex: '1'
+ column: typedocid
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: ''
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ del:
+ table: vdTypeDoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: del
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ short_name:
+ table: vdTypeDoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: short_name
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
+ typedocname:
+ table: vdTypeDoc
+ notUnique: '1'
+ seqIndex: '1'
+ column: typedocname
+ collation: A
+ cardinality: '0'
+ sub_part: null
+ packed: null
+ isNull: 'YES'
+ index_type: BTREE
+ comment: ''
+ index_comment: ''
diff --git a/k2shop/k2shop/proxy b/k2shop/k2shop/proxy
new file mode 100644
index 0000000..36b2197
--- /dev/null
+++ b/k2shop/k2shop/proxy
@@ -0,0 +1,11 @@
+#!/bin/bash
+# Скрипт получает прокси-сервера, а так же производит их проверку
+
+# Экспортируем товары в Prom
+php cmd.php -c=get_proxy_list
+
+# Проверяем количество товаров в интернет-магазине
+php cmd.php -c=check_proxises
+
+
+exit 0
\ No newline at end of file