Tabela THREADS_STATUS_HISTORY
Opis pól tabeli THREADS_STATUS_HISTORY
Opis pól tabeli THREADS_STATUS_HISTORY. Tabela przechowuje historę statusów wątków. Tabela THREADS_STATUS_HISTORY połączona jest z tabelą THREADS za pomocą pola id_thread relacją THREAD.thread_id = THREADS_STATUS_HISTORY.id_thread.
| Nazwa kolumny | Typ | Opis |
|---|---|---|
| id_thread_status_history | int |
unikalny identyfikator statusu wątku |
| id_thread | string |
identyfiktor wątku, z tabeli THREADS |
| id_user | int |
identyfikator użytkownika, z tabeli USERS |
| thread_status_history_status | string |
nowy status wątku |
| thread_status_history_status_code | string |
kod nowego statusu |
| thread_status_history_funnel | string |
nazwa nowego lejka |
| thread_status_history_funnel_code | string |
kod nowego lejka |
| thread_status_history_status_old | string |
poprzedni status wątku |
| thread_status_history_status_old_code | string |
kod poprzedniego statusu |
| thread_status_history_funnel_old | string |
nazwa poprzedniego lejka |
| thread_status_history_funnel_code_old | string |
kod poprzedniego lejka |
| thread_status_history_created_at | datetime |
data zmiany statusu |