|ItemAttrRare newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare query() * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereApply($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereBody($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereEar($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereFoots($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereHead($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereLv1($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereLv2($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereLv3($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereLv4($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereLv5($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereNeck($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereProb($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereShield($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereWeapon($value) * @method static \Illuminate\Database\Eloquent\Builder|ItemAttrRare whereWrist($value) * @mixin \Eloquent */ class ItemAttrRare extends Model { /** * Indicates if the model should be timestamped. * * @var bool */ public $timestamps = false; /** * The table associated with the model. * * @var string */ protected $table = 'item_attr_rare'; /** * The primary key for the model. * * @var string */ protected $primaryKey = 'apply'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ ]; }