You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance. I have three tables: USERS, ORGANIZATIONS and ROLES. After a user creates an organization, I want a new entry in ROLES: {userId: 123, organizationId:456, role: 'collaborator'}.