'integer', 'user_id' => 'integer' ]; /** * Get the tailor that owns the gallery item */ public function tailor() { return $this->belongsTo(User::class, 'user_id'); } }