Fixed #31650 -- Added note uniqueness of constraints names in docs.

This commit is contained in:
Hasan Ramezani 2020-06-04 07:36:12 +02:00 committed by GitHub
parent b8b129e58c
commit 55556e51fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ ensures the age field is never less than 18.
.. attribute:: CheckConstraint.name
The name of the constraint.
The name of the constraint. You must always specify a unique name for the
constraint.
``UniqueConstraint``
====================
@ -93,7 +94,8 @@ date.
.. attribute:: UniqueConstraint.name
The name of the constraint.
The name of the constraint. You must always specify a unique name for the
constraint.
``condition``
-------------