Returns a new Create statement
static Create create(String table, {bool ifNotExists = false}) => Create(table, ifNotExists: ifNotExists);