Skip to content

Commit a55eaae

Browse files
committed
fixed link to creating indexes section
1 parent 2bd3aad commit a55eaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ In addition to the column types listed above, there are several other column "mo
223223
$table->string('email')->nullable();
224224
});
225225

226-
Below is a list of all the available column modifiers. This list does not include the [index modifiers](#adding-indexes):
226+
Below is a list of all the available column modifiers. This list does not include the [index modifiers](#creating-indexes):
227227

228228
Modifier | Description
229229
------------- | -------------

0 commit comments

Comments
 (0)