We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b04e3 commit 080bb44Copy full SHA for 080bb44
docs/src/design/tables/indexes.md
@@ -35,7 +35,7 @@ To make searches faster on fields other than the primary key or a foreign key, y
35
add a secondary index explicitly.
36
37
Regular indexes are declared as `index(attr1, ..., attrN)` on a separate line anywhere in
38
-the table declration (below the primary key divide).
+the table declaration (below the primary key divide).
39
40
Indexes can be declared with unique constraint as `unique index (attr1, ..., attrN)`.
41
0 commit comments