cat_work - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of works carried out on the network.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | character varying(30) | Id | work1 |
| descript | character varying(512) | Description | Description work1 |
| link | character varying(512) | Link | |
| workid_key1 | character varying(30) | In the case of a job made up of two jobs, it is the id of the first one | |
| workid_key2 | character varying(30) | In the case of a job made up of two jobs, it is the id of the second one | |
| builtdate | date | Date | 2017-12-06 |
| workcost | double precision | Cost of work | |
| active | double precision | If true, catalog value is being used | TRUE |