*/ protected $guarded = []; /** * @var string */ protected $primaryKey = 'hash'; public function predb(): BelongsTo { return $this->belongsTo(Predb::class, 'predb_id'); } }