-
Notifications
You must be signed in to change notification settings - Fork 33
macroexploitation
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Defition of agroupation of exploitations.
| Column name | Data type | Description | Example |
|---|---|---|---|
| macroexpl_id | serial | Id | 1 |
| name | character varying(50) | Name of a group | macroexpl1 |
| descript | text | Description | |
| undelete | boolean | If true, zone can't be deleted | TRUE |
| the_geom | geometry(MultiPolygon,SRID) | Multi polygon geometry of zone | |
| active | boolean | If true, zone is being used on the system | TRUE |


