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