'integer', ]; public function threads(): HasMany { return $this->hasMany(ForumThread::class, 'board_id'); } }