pub const MATERIALIZED: ViewMarker;
Marks the view as materialized.
#[PostgresView(MATERIALIZED)] struct ActiveUsers { ... }