'date', 'weight' => 'decimal:2', 'body_fat_percentage' => 'decimal:2', 'bmi' => 'decimal:2', 'body_water_percentage' => 'decimal:2', 'muscle_mass' => 'decimal:2', 'bone_mass' => 'decimal:2', 'visceral_fat' => 'integer', 'bmr' => 'integer', 'protein_percentage' => 'decimal:2', 'body_age' => 'integer', ]; public function user() { return $this->belongsTo(User::class); } }