-
Notifications
You must be signed in to change notification settings - Fork 33
cat_pavement
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Catalog of pavements.
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | character varying(30) | Id | Asphalt |
| descript | text | Description | |
| link | character varying(512) | Link | |
| thickness | numeric(12,2) | Thickness of pavement | 0.10 |
| m2_cost | character varying(16) | Price per square meter of pavemennt, defined on plan_price | P_ASPHALT-10 |
| active | boolean | If true, catalog value is being used |


