-
Notifications
You must be signed in to change notification settings - Fork 33
om_typevalue
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog values used on OM tables. Catalog of typevalues for mincut and visits.
| Column name | Data type | Description | Example |
|---|---|---|---|
| typevalue | character varying(50) | User defined name of typevalue catalog | visit_status |
| id | character varying(30) | Id inserted on database | 4 |
| idval | character varying(100) | Value showed to user | Closed |
| descript | text | Description | |
| addparam | json | Additional parameters |
List of defined system typevalues:
- mincut_state
- visit_param_action
- visit_parameter_criticity
- visit_status


