/
aristeh
/
gui
Обзор
Документация
Войти
/
aristeh
/
gui
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/db/sql/forms.d2
45 строк
994 B
aristeh
form
16 янв 2026, 16:59
16 янв 2026, 16:59
5c8ccdf
Код
Авторство
О чём код?
md_forms: { shape: sql_table id:varchar {constraint: primary_key} name: VARCHAR(100) description: TEXT _width: INTEGER _height: INTEGER title: VARCHAR(200) form_type: VARCHAR(50) NOT NULL parameters: JSON } md_form_widgets: { shape: sql_table id :varchar {constraint: primary_key} form_id: varchar element_type: VARCHAR(50) NOT NULL parent_id: varchar parameters: JSON id_data_sourse: varchar callbacks: JSON column_name: VARCHAR(100) } md_data_sourse: { shape: sql_table id: varchar PRIMARY KEY sql: VARCHAR name: varchar parameters: JSON } md_forms.id -> md_form_widgets.form_id: { target-arrowhead.shape: cf-many-required target-arrowhead.style.filled: true } md_forms.md_form_id -> md_form_data.md_form_id:{ target-arrowhead.shape: cf-many-required target-arrowhead.style.filled: false } md_form_widgets.id -> md_data_sourse.form_id:{ target-arrowhead.shape: cf-many-required target-arrowhead.style.filled: false }