| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | varchar(100) | true | Primary Key / Unique Identifier for User-Group Mapping | |||
| name | varchar(100) | true | Name of the Group | |||
| user_id | varchar(50) | true | Unique Identifier for the User (Does not include owners) | |||
| user_name | varchar(200) | true | Name of the User | |||
| group_id | varchar(100) | true | Unique Identifier for the Group | |||
| updated | timestamp without time zone | true | Timestamp of the Last Update for the User-Group Mapping |
| Name | Columns | Comment | Type |
|---|---|---|---|
| public.usergroupmappings | 5 | BASE TABLE | |
| public.userdetails | 14 | BASE TABLE |