table

open fun table(name: String? = null, block: SchemaObjectBuilder.() -> Unit = {}): B(source)
open fun table(table: Table): B(source)
abstract var table: Table(source)