'array', 'drug_likeness' => 'array', 'admet' => 'array', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } public function thread(): BelongsTo { return $this->belongsTo(ChemistryThread::class, 'chemistry_thread_id'); } }