pub const WITH_CHECK: PolicyMarker;Expand description
Specifies a WITH CHECK expression for INSERT/UPDATE policies.
ยงExample
#[PostgresPolicy(WITH_CHECK = "tenant_id = current_setting('app.tenant_id')::int")]
struct TenantWritePolicy(Users);See: https://www.postgresql.org/docs/current/sql-createpolicy.html