commentoncolumnorigin_visit_stats.visit_typeis'Type of the visit for the given url';
commentoncolumnorigin_visit_stats.last_successfulis'Date of the last successful visit, at which we recorded the `last_snapshot`';
commentoncolumnorigin_visit_stats.last_visitis'Date of the last visit overall';
commentoncolumnorigin_visit_stats.last_visit_statusis'Status of the last visit';
commentoncolumnorigin_visit_stats.last_scheduledis'Time when this origin was scheduled to be visited last';
commentoncolumnorigin_visit_stats.last_snapshotis'sha1_git of the last visit snapshot';
commentoncolumnorigin_visit_stats.next_visit_queue_positionis'Position in the global per origin-type queue at which some new objects are expected to be found';
commentoncolumnorigin_visit_stats.next_position_offsetis'Duration that we expect to wait between visits of this origin';
commentoncolumnorigin_visit_stats.successive_visitsis'number of successive visits with the same status';
createtablevisit_scheduler_queue_position(
visit_typetextnotnull,
positionbigintnotnull,
primarykey(visit_type)
);
commentontablevisit_scheduler_queue_positionis'Current queue position for the recurrent visit scheduler';