Access rules
Row-scoped rules govern who may read or write each dataset.
Allow read for signed-in members
Grants read access to the Asset library dataset for any member holding a valid session token.
SELECT · PERMISSIVE
Restrict updates to record owners
Members may modify a row only when its member_id column matches their own identifier.
UPDATE · RESTRICTIVE
Block deletes on archived rows
Rows flagged as archived stay immutable until an operator lifts the retention hold.
DELETE · RESTRICTIVE
Crew roster lookup via definer
Joins the crews dataset through a security definer routine so the roster stays hidden.
ALL · PERMISSIVE