diff options
| -rw-r--r-- | doc/build/core/constraints.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/build/core/constraints.rst b/doc/build/core/constraints.rst index c784a7e28..f26d2dee0 100644 --- a/doc/build/core/constraints.rst +++ b/doc/build/core/constraints.rst @@ -300,9 +300,8 @@ arguments. The value is any string which will be output after the appropriate ) ) -Note that these clauses are not supported on SQLite, and require ``InnoDB`` -tables when used with MySQL. They may also not be supported on other -databases. +Note that these clauses require ``InnoDB`` tables when used with MySQL. +They may also not be supported on other databases. UNIQUE Constraint |
