The simple answer is to delete the table from the database and, if necessary, create a replacement table.
简单的答案是从数据库中删除表。而且,如果必要,再创建一个替代表。
More can be done here: create a table, for example, if the table doesn't exist in the database.
在这里还可以做更多操作:例如,如果数据库中不存在表,则创建表。
The analysis on all tables of a database could become cumbersome, if done per table.
如果逐个地对数据库中的所有表进行分析,则分析过程有些烦琐。
应用推荐