struct DropIndexStatementRepresents removal of one explicitly-created index by its database-wide name.
ifExistsAllows the command to succeed without mutation when the index is absent.
nameStores the index name selected for removal.
struct DropIndexStatementRepresents removal of one explicitly-created index by its database-wide name.
ifExistsAllows the command to succeed without mutation when the index is absent.
nameStores the index name selected for removal.