This is a way to tell Laravel Migration to add indexes to this column to get faster results when searching for that particular column.
This is a general procedure in database design when building tables. Just βindexβ some specific columns if you plan on doing a table search using these columns.
I realized that you added the "indexing" tag to your question and that the description of this tag answers your question.
source share