belongsTo(Rack::class, 'rack_id', 'id'); } public function positions() { return $this->hasMany(Position::class, 'box_id', 'id'); } }