Database Table: csv2_timestamps

This table is used maintain timestamps for significant events. The significant event is identified by a unique string termed the “entity”.

Keys:

  • entity (String(64)):

    A unique string identifying/describing a significant event for which a timestamp needs to be maintained.

Columns:

  • last_updated (Integer):

    The number of seconds since the epoch when this significant event last occurred.