Validates and adds a table to schema.
Source
void createTable(SchemaTable table) { schema.addTable(table); if (store != null) { commands.addAll(store.createTable(table, isTemporary: isTemporary)); } }
Validates and adds a table to schema.
void createTable(SchemaTable table) { schema.addTable(table); if (store != null) { commands.addAll(store.createTable(table, isTemporary: isTemporary)); } }