ann_groups

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Mapping table assigning one or more user groups to an annotation. Controls which groups may see/edit the respective annotation.

1. Columns

Name Type Length Description

gruppen_id

int

ID of the user group. References gruppen.id.

annotation_id

int

ID of the annotation. References annotations.annotation_id.

  • annotations — the annotation objects themselves.

  • gruppen — the assigned user groups.