'decimal:2', 'next_review_at' => 'datetime', 'last_review_at' => 'datetime', ]; public function vocabulary() { return $this->belongsTo(Vocabulary::class); } public function user() { return $this->belongsTo(User::class); } }