Table of Contents

Table monitored\_point

Remarks

A monitored point is an action referenced in the panel named Expected in the project view.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_monitored_point integer X X This is the primary key of the table.
completion_date timestamp(0) This is the date the action has been completed.
deleted bool This is the date the monitored point is deleted.
expected_date timestamp(0) X This is the date the action should be finished.
label character varying(8192) X This is an human readable name for tthe action.
id_file integer X file\_meta(id_file) This is a foreign key to the table file_meta. A file can be attached to a monitored point.
id_list integer X monitored\_point\_list(id_monitored_point_list) This is a foreign key to the table monitored_point_list.

Diagram