In Building a data model section, why can’t we use unique=True for making the customer unique inplace of using primary key=True?
In Building a data model section, why can’t we use unique=True for making the customer unique inplace of using primary key=True?