//! Schema-level DDL for a version.
use versioned_schema;
use quote_ident;
/// Returns the statement creating the schema that serves `version`.
/// Returns the statement dropping the schema that served `version`.
///
/// Cascades so the version's views go with it.