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

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

Таблица: experts
cidnametypenotnulldflt_valuepk
0 id INTEGER 0 1
1 domain TEXT 1 '' 0
2 expert_id TEXT 1 '' 0
3 expert_name TEXT 1 '' 0
4 expert_image TEXT 1 '' 0
5 expert_descr TEXT 1 '' 0
6 expert_details TEXT 1 '' 0
7 source_file TEXT 1 '' 0
8 source_sheet TEXT 1 '' 0
9 row_num INTEGER 1 0 0
10 imported_at TEXT 1 '' 0