-
Notifications
You must be signed in to change notification settings - Fork 33
crm_typevalue
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog values used on crm tables. Table for defining values for comboboxes on info forms.
| Column name | Data type | Description | Example |
|---|---|---|---|
| typevalue | character varying(50) | User defined name of typevalue catalog | crm_value_status |
| id | character varying(30) | Id inserted on database | 1 |
| idval | character varying(100) | Value showed to user | Data modified |
| descript | text | Description | Changes in the data, not in the geometry |
| addparam | json | Additional parameters |


