Generates a CREATE TABLE statement.
With ifNotExists, an existing table with this name is left alone.
ifNotExists
String createTable(TableInfo table, {bool ifNotExists = false});