Database Diagram
Tables Details
TABLE AO_68CA91_MODERATOR_MAPPING | ||
|---|---|---|
| The Table holds the Moderators per Project/Repository | ||
| Column | Type | Description |
| [ID] | [int] NOT NULL | The Unique Moderator Mapping Identifier (Primary Key) |
| [MODERATORS] | [nvarchar](255) NULL | It maintains the usernames of the Moderators separated by comma. |
| [PROJECT_KEY] | [nvarchar](255) NULL | The Project Key |
| [REPOSITORY_SLUG] | [nvarchar](255) NULL | The Repository Slug |
TABLE AO_68CA91_UTILITY_CONFIG | ||
|---|---|---|
| Column | Type | Description |
| [ID] | [int] NOT NULL | The Utility Config Identifier (Primary Key) |