Merge pull request #667 from BinotaLIU/master

nullable is actually support an argument
This commit is contained in:
Barry vd. Heuvel
2018-05-29 17:29:40 +02:00
committed by GitHub
+1 -1
View File
@@ -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