-
Notifications
You must be signed in to change notification settings - Fork 33
cat_work
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of works carried out on the network.
| 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 |


