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