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