pub const RLS: TableMarker;Expand description
Enables row-level security for the table.
ยงExample
#[PostgresTable(RLS)]
struct Users {
id: i32,
}See: https://www.postgresql.org/docs/current/ddl-rowsecurity.html
pub const RLS: TableMarker;Enables row-level security for the table.
#[PostgresTable(RLS)]
struct Users {
id: i32,
}See: https://www.postgresql.org/docs/current/ddl-rowsecurity.html