Helper to check if table exists
Future<bool> tableExists(String tableName) async { return await schemaManager.tableExists(tableName); }