odd-platform icon indicating copy to clipboard operation
odd-platform copied to clipboard

Add system fields to data_entity table

Open damirabdul opened this issue 3 years ago • 0 comments
trafficstars

We have created_at and updated_at fields in data_entity table, which are holding values, which came from collectors. However, in all other tables these fields are system fields and holding info about when row appears in our database.

Need to add additional fields, e.g. external_created_at and external_updated_at at fill them with external values and use created_at and updated_at fields for internal updates

damirabdul avatar May 11 '22 10:05 damirabdul