Can we provide two methods for unique and non-unique index, like "Add" and "AddUnique", and remove the bool parameter. because pass bool parameter is harder to read.
And if no columns parameter is passed in, the index name will be considered as the single column name. this way we only need to pass in one parameter most of the time.
Can we provide two methods for unique and non-unique index, like "Add" and "AddUnique", and remove the bool parameter. because pass bool parameter is harder to read.
And if no columns parameter is passed in, the index name will be considered as the single column name. this way we only need to pass in one parameter most of the time.