ai_session_work_types
Types of work for AI sessions.
-
id
Primary key - Unique identifier for the row.
-
name
string - Name of the work type.
-
ai_session_work_type_category_id
Foreign key - ID of the associated work type category.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.