'string', 'guild_id' => 'string', 'channel_id' => 'string', 'message_id' => 'string', 'emoji_unicode' => 'boolean', ]; public function emote() { return $this->belongsTo( Emote::class, 'emote_id', 'emote_id' ); } public function user() { return $this->belongsTo(User::class, 'user_id', 'discord_id'); } }