'integer', 'reward_exp' => 'integer', 'started_at' => 'datetime', 'ended_at' => 'datetime', ]; } public function idiom(): BelongsTo { return $this->belongsTo(Idiom::class); } }