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