Skip to content

Commit

Permalink
Fix missing index() method phpdoc. (#26107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyDuBois authored and taylorotwell committed Oct 14, 2018
1 parent 0ac989a commit 9a1e211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Schema/ColumnDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @method ColumnDefinition virtualAs(string $expression) Create a virtual generated column (MySQL)
* @method ColumnDefinition generatedAs($expression) Create a SQL compliant identity column (PostgreSQL)
* @method ColumnDefinition always() Used as a modifier for generatedAs() (PostgreSQL)
* @method ColumnDefinition index() Add an index
*/
class ColumnDefinition extends Fluent
{
Expand Down

0 comments on commit 9a1e211

Please sign in to comment.