ChapterRoles
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Type | int |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
ClientRolesID | int | ClientRoles.ID | ||
ChapterID | int | Chapters.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_ChapterRoles_ChapterID | ChapterID | |||
IX_ChapterRoles_ClientRolesID_Type | ClientRolesID, Type | |||
PK_ChapterRoles | ID | yes | yes | yes |