createSchema

fun createSchema(vararg schemas: Schema, inBatch: Boolean = false)

Creates schemas

Parameters

schemas

the names of the schemas

inBatch

flag to perform schema creation in a single batch

Samples

org.jetbrains.exposed.sql.tests.shared.SchemaTests