Future<List<Map<String, dynamic>>> getAllPredios() async { final db = await database; return await db.query('predios'); }