pub const WITH_NO_DATA: ViewMarker;
Create a materialized view WITH NO DATA.
#[PostgresView(MATERIALIZED, WITH_NO_DATA)] struct ActiveUsers { ... }