'boolean', 'created_at' => 'datetime']; public function user() { return $this->belongsTo(User::class); } public function question() { return $this->belongsTo(Question::class); } }