mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
nullable actually support an argument
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Illuminate\Support {
|
|||||||
* @method Fluent onUpdate(string $action) `on update` of a foreign key
|
* @method Fluent onUpdate(string $action) `on update` of a foreign key
|
||||||
* @method Fluent primary() Add the primary key modifier
|
* @method Fluent primary() Add the primary key modifier
|
||||||
* @method Fluent references(string $column) `references` of a foreign key
|
* @method Fluent references(string $column) `references` of a foreign key
|
||||||
* @method Fluent nullable() Add the nullable modifier
|
* @method Fluent nullable(bool $value = true) Add the nullable modifier
|
||||||
* @method Fluent unique(string $name = null) Add unique index clause
|
* @method Fluent unique(string $name = null) Add unique index clause
|
||||||
* @method Fluent unsigned() Add the unsigned modifier
|
* @method Fluent unsigned() Add the unsigned modifier
|
||||||
* @method Fluent useCurrent() Add the default timestamp value
|
* @method Fluent useCurrent() Add the default timestamp value
|
||||||
|
|||||||
Reference in New Issue
Block a user