'float', 'cr' => 'float', 'is_consistent' => 'boolean', 'waktu_makan_id' => 'integer' ]; public function waktuMakan() { return $this->belongsTo(WaktuMakan::class); } }