pub fn rewrite_create_into_schema(
create: &str,
table: &str,
alias: &str,
) -> Result<String, CreateTableSchemaError>Expand description
Qualify a CREATE TABLE <name> ... statement so it builds the table inside
the attached schema alias, replacing only the table-name token.