create

abstract fun create(driver: SqlDriver): QueryResult<Unit>

Use driver to create the schema from scratch. Assumes no existing database state.