update_run


Description

An update run, i.e. a set of notifications expected to be received

Columns

Column Type Size Nulls Auto Default Children Parents Comments
run_id serial 10 nextval('_quest.update_run_run_id_seq'::regclass)
update_run_notification.run_id update_run_notification_run_id_fkeyR
run_created timestamp 29,6 now()

When this run was created

run_ready timestamp 29,6 null

When the final notification for this run was received

run_loaded timestamp 29,6 null

When the data update process for this run finished

Table contained 1673 rows

Indexes

Constraint Name Type Sort Column(s)
update_run_pkey Primary key Asc run_id

Relationships