config_user_x_expl - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table with configuration of relation between user and exploitation. Allows to limit exploitations visible to user.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| expl_id | integer | Id of an exploitation, defined on exploitation | 1 |
| username | character varying(50) | Name of user | postgres |
| manager_id | integer | Id of an manager, defined on cat_manager | 1 |
| active | boolean | If true, relation is being used | TRUE |