Future<int> delete(String? tid) async { return await database! .delete(tableThread!, where: '$columnTid = ?', whereArgs: [tid]); }