# File lib/criteria/mysql.rb, line 31
def
MysqlTable
.
drop
(
db
,
table
)
db
.
query
(
super
(
table
.
to_s
))
end