-
Notifications
You must be signed in to change notification settings - Fork 33
plan_psector_x_other
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Table of relations between costs and planification sectors.
| Column name | Data type | Description |
|---|---|---|
| id | serial | Id |
| price_id | character varying(16) | Id of price, defined on plan_price |
| measurement | numeric(12,2) | Measurement |
| psector_id | integer | Id of psector, defined on plan_psector |
| descript | character varying(254) | Description |
| insert_tstamp | timestamp | Date and time of data insert |
| insert_user | text | User that inserted data |


