pub const SCHEMA: ViewMarker;
Specifies a view schema name.
#[PostgresView(SCHEMA = "auth")] struct AuthUsers { ... }