Schema

constructor(vararg tables: Table)

Secondary constructor to create a schema with a variable number of tables.


constructor(tables: List<Table>)