pub fn create_schema(db: &Connection) -> Result<()>
Expand description

Simply executes all the statements required to build the schema against the given connection. Run this under a transaction that you manage or use create_schema_in_transaction.