nullable actually support an argument

This commit is contained in:
BinotaLIU
2018-05-29 22:28:49 +08:00
parent bd733b7b7c
commit 1a3d32f0d1
+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