bgpkit/bgpkit-broker-backend

[feature] add UUID field for easier joining of additional tables

Closed this issue · 0 comments

Currently, the primary key for the items table is the combination of timestamp, collector_id, and data_type. This is not really suitable as joining key when linking additional tables with this main table. We should consider adding an additional ID field so that joining tables can be easier done. The ID can be automatically generated UUID.