Can't retrieve roles tables info with .select
I made a roles table and added the user UID in a column so i can target the user's UID and add a role to it. But it returns Undefined. I tried select.().eq('user_id', userId) and still doesn't work.
What am I doing wrong? using Vue btw