Generates a CREATE INDEX statement.
With ifNotExists, an existing index with this name is left alone.
ifNotExists
String createIndex(IndexInfo index, {bool ifNotExists = false});