Tabela THREADS_ACTIONS

Opis pól tabeli THREADS_ACTIONS. Tabela przechowuje historię akcji wykonanych na wątku.

Nazwa kolumny Typ Opis
id_thread_action int unikalny identyfikator, klucz główny tabeli THREADS_TASKS
id_thread string identyfiktor wątku, z tabeli THREADS
id_user int identyfiktor użytkownika, referencja do klucza głównego id_user w tabeli USERS
thread_action_code string kod akcji
thread_action_old_data string json z danymi
thread_action_old_status string poprzedni status
thread_action_old_reason string poprzedni powód
thread_action_old_reason_comment string komentarz do zmiany
thread_action_new_data string json z danymi
thread_action_new_status string nowy status
thread_action_new_reason string nowy powód
thread_action_new_reason_comment string komentarz do zmiany
thread_action_event_date datetime data akcji w formacie Y-m-d H:i:s