Creating a policy which links to another table
I have a link table which doesn't have a user_id column but links to a table which does. How can I write a policy which does a link to the table which has a user_id to be able to use
uid() = myLinkTable.user_id?