-
Notifications
You must be signed in to change notification settings - Fork 33
plan_result_cat
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
| 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 |


