db-schema/common/collector_state.sql (7 lines of code) (raw):

create table collector_state ( build_type_id String CODEC (ZSTD(20)), last_time DateTime CODEC (Gorilla, ZSTD(20)) ) engine = ReplacingMergeTree(last_time) order by build_type_id