SQL Debug

Диагностика SQLite: groups.db / courses.db / professions.db

Выполнить SQL

Очистить
Важно: по умолчанию разрешены безопасные запросы: SELECT, PRAGMA, EXPLAIN, WITH. UPDATE / DELETE / INSERT / CREATE / DROP выполняются только с чекбоксом выше.

Таблицы / views

typename
table ai_course_distribution_sessions schema · select · count
table ai_course_selection_candidates schema · select · count
table ai_selection_course_suggestions schema · select · count
table ai_selection_courses_autofill_log schema · select · count
table article_groups schema · select · count
table category schema · select · count
table experts schema · select · count
table faq schema · select · count
table profession_groups schema · select · count
table review_groups schema · select · count
table sales schema · select · count
table schools schema · select · count
table selection_groups schema · select · count
table selections schema · select · count

Схема таблицы

Таблица: ai_selection_course_suggestions
cidnametypenotnulldflt_valuepk
0 id INTEGER 0 1
1 selection_id TEXT 1 0
2 course_element_id TEXT 1 0
3 score INTEGER 1 0 0
4 reason TEXT 0 '' 0
5 source TEXT 1 'sql' 0
6 status TEXT 1 'suggested' 0
7 run_id TEXT 0 '' 0
8 created_at TEXT 1 CURRENT_TIMESTAMP 0
9 updated_at TEXT 1 CURRENT_TIMESTAMP 0