File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ public static function <?= $method->getName() ?>(<?= $method->getParamsWithDefau
59
59
* @method Fluent default(mixed $value) Add the default modifier
60
60
* @method Fluent first() Select first row
61
61
* @method Fluent index(string $name = null) Add the in dex clause
62
- * @method Fluent on(string $column ) `on` of a foreign key
62
+ * @method Fluent on(string $table ) `on` of a foreign key
63
63
* @method Fluent onDelete(string $action) `on delete` of a foreign key
64
64
* @method Fluent onUpdate(string $action) `on update` of a foreign key
65
65
* @method Fluent primary() Add the primary key modifier
66
- * @method Fluent references(string $table ) `references` of a foreign key
66
+ * @method Fluent references(string $column ) `references` of a foreign key
67
67
* @method Fluent nullable() Add the nullable modifier
68
68
* @method Fluent unique(string $name = null) Add unique index clause
69
69
* @method Fluent unsigned() Add the unsigned modifier
You can’t perform that action at this time.
0 commit comments