plan_result_cat - Giswater/giswater_dbmodel GitHub Wiki
Description:
Fields:
| Column name | Data type | Description | Example | 
|---|---|---|---|
| result_id | integer | Id of result | |
| name | character varying(30) | Name of the result | |
| result_type | integer | Result type, defined on plan_typevalue as result_type | Reconstruction | 
| coefficient | double precision | Coefficient value | |
| tstamp | timestamp without time zone | Date and time of data insert | |
| cur_user | text | Name of user | |
| descript | text | Description | |
| pricecat_id | character varying(30) | Id of price catalog, defined on plan_price_cat |