pub const EXISTING: ViewMarker;
Marks the view as existing (skip creation).
#[PostgresView(EXISTING)] struct ExistingView { ... }