|
id
|
int(11)
|
|
|
|
|
user_id
|
int(11)
|
|
|
|
|
conversation_id
|
int(11)
|
|
|
|
|
assistant_id
|
int(11)
|
|
|
|
|
problem_description
|
text
|
|
|
|
|
solution_summary
|
text
|
|
|
|
|
solution_details
|
text
|
|
|
|
|
steps_taken
|
longtext
|
|
|
|
|
tools_used
|
longtext
|
|
|
|
|
time_spent_seconds
|
int(11)
|
|
|
|
|
success
|
tinyint(1)
|
|
|
1
|
|
notes
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|