UserGroup¶
M:n relation between User and Group tables.
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/Time this relation was created in the database |
GroupID | bigint | Internal ID that references the Group entity (Foreign Key) |
GroupID | bigint | Internal ID that references the Group entity (Foreign Key) |
ID | bigint | Internal ID for the UserGroup entity (Primary Key) |
LastScan | datetime2 | Date/Time this relation was last scanned |
UserID | bigint | Internal ID that references the User entity (Foreign Key) |
UserID | bigint | Internal ID that references the User entity (Foreign Key) |