'string', 'guild_id' => 'string', ]; public function emote() { return $this->belongsTo( Emote::class, 'emote_id', 'emote_id' ); } }