I need to determine when an answer was selected as best.
For upvotes, we can easily use:
SELECT votecreated FROM `^uservotes`
WHERE vote = 1 AND `postid` = #
But it seems the the a_select events are not stored separately.
Would it only be the qa_eventlog table?