class
Illuminate
/
Database
/
Eloquent
/
Relations
/
Pivot
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Pivot
Extends
Uses
Properties
public
$incrementing bool
Indicates if the IDs are auto-incrementing.
Default: false
protected
$guarded array
The attributes that aren't mass assignable.
Default: []