Clear records from table
Future<int> clearTable() async { int response = await _db.delete(table.tableName); return response; }