Expand description
Plan a DROP INDEX statement parsed by sqlparser.
Functionsยง
- plan_
drop_ index - Plan a
DROP INDEX [IF EXISTS] name [ON collection]statement.
Plan a DROP INDEX statement parsed by sqlparser.
DROP INDEX [IF EXISTS] name [ON collection] statement.