4 lines
91 B
SQL
4 lines
91 B
SQL
select *
|
|
from public.tenant_members
|
|
where tenant_id = 'UUID_AQUI'
|
|
order by created_at desc; |