Reserved column names in Eloquent
问题 From a cursory look into Illuminate\Database\Eloquent\Model I can see the following instance attributes: protected $connection protected $table protected $primaryKey protected $perPage public $incrementing public $timestamps protected $attributes protected $original protected $relations protected $hidden protected $visible protected $appends protected $fillable protected $guarded protected $dates protected $dateFormat protected $casts protected $touches protected $observables protected $with