We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11c241 commit 4957f7cCopy full SHA for 4957f7c
engine/src/main/java/com/arcadedb/query/sql/parser/CreateIndexStatement.java
@@ -111,6 +111,7 @@ else if (typeAsString.equalsIgnoreCase("UNIQUE")) {
111
112
database.getSchema().buildTypeIndex(typeName.getStringValue(), fields)
113
.withType(indexType)
114
+ .withIgnoreIfExists(ifNotExists)
115
.withUnique(unique)
116
.withPageSize(LSMTreeIndexAbstract.DEF_PAGE_SIZE)
117
.withNullStrategy(nullStrategy)
0 commit comments