For the ProviderData table, the index ProviderData_IDX1 consists of ProviderType + ProviderID, but is NOT UNIQUE. Given that ProviderID is the unique primary key, and ProviderID and ProviderType are both non-nullable, how is it possible that ProviderType + ProviderID is not unique?