createTable

Passing the schema is necessary for being able to refer to foreign table columns names.

string
createTable
(
const(Schema) schema
,
const(Table) table
)

Meta