'integer', 'restaurant_id'=>'integer', ]; public function restaurant() { return $this->belongsTo(Restaurant::class); } }