pub async fn drop_table(alias: &str, table: &str) -> QuickDbResult<()>
便捷函数 - 删除表/集合
如果表不存在则直接返回成功,存在则执行删除操作
alias
table