-
Notifications
You must be signed in to change notification settings - Fork 33
cat_workspace
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of workspaces, set of selectors and EPA definition that can be later restored by user in QGIS.
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | Id | |
| name | varchar(50) | Name of the workspace | |
| descript | text | Description | |
| config | json | Configuration of variables set as a workspace definition | |
| cur_user | text | Name of user that created the workspace | |
| private | boolean | If true, workspace is only available for user who created it | |
| active | boolean | Description | |
| iseditable | boolean | Sets whether the workspace can be modified. If false, the workspace cannot be modified or deleted. |


