删除数据表的功能
Future<void> drop(String tableName) async { return _database!.execute("DROP TABLE $tableName"); }