ClientContentTypes
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
ClientsID | int | Clients.ID | ||
ContentTypesID | int | ContentTypes.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_ClientContentTypes_ClientsID | ClientsID | |||
IX_ClientContentTypes_ContentTypesID | ContentTypesID | |||
PK_ClientContentTypes | ID | yes | yes | yes |
UK_ClientContentTypes_ClientsIDContentTypesID | ClientsID, ContentTypesID | yes |