fun createTable(table: Table, ifNotExists: Boolean = false): Unit
Execute a SQL CREATE TABLE statement for table. Include SQL "IF NOT EXISTS" if ifNotExists is set true. The CREATE TABLE statement is not cached.