删除表所有数据
@override Future<void> drop([String? tableName]) async { return db.execute("DROP TABLE ${tableName ?? table}"); }