-
Notifications
You must be signed in to change notification settings - Fork 11
config_visit_class_x_feature
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Configuration of relation between visit class and feature table on which visit insert will be possible.
Column name | Data type | Description | Example |
---|---|---|---|
tablename | character varying(30) | Name of feature table or view | v_edit_arc |
visitclass_id | integer | Id of visit class, defined on config_visit_class | 1 |
active | boolean | If true, relation is being used | TRUE |