Column Owners - Work Around

What is the status of Column Owners? This would be a great addition
Is there a work around?

What do you mean by “Column Owners”? Can you point me to a specific post for it.

I think he is asking for something like this : Column Level Security | Supabase Docs

1 Like

If I have a row with 10 items (columns), I would like to share the whole row with admin & only share 8 items with non-admin but have it secure. The 2 columns not to download.

2 Likes

Only workaround I can think of would be to have Table A with 8 columns and Table B with 2 columns. Create a one to one relation linking Table A to Table B. Only apply row owners to Table B.

That is what I thought.
Thank you for your help.

1 Like