auth_userid() = users.id OR json_extract(auth_json(), '$.name') = 'coach'auth_userid() = NEW.idNo policy
No policy
auth_userid() = activities.user_id OR json_extract(auth_json(), '$.name') = 'coach'auth_userid() = NEW.user_idNo policy
auth_userid() = OLD.user_id OR json_extract(auth_json(), '$.name') = 'coach'auth_userid() = workouts.user_id OR json_extract(auth_json(), '$.name') = 'coach'json_extract(auth_json(), '$.name') = 'coach'OLD.user_id = auth_userid() OR json_extract(auth_json(), '$.name') = 'coach'json_extract(auth_json(), '$.name') = 'coach'