A DROP INDEX [IF EXISTS] name statement.
DROP INDEX [IF EXISTS] name
@type t() :: %ExSQL.AST.DropIndex{ if_exists: boolean(), name: String.t(), schema: String.t() | nil }