This commit is contained in:
Kenio 2025-11-15 11:32:03 -03:00
parent d66288f36d
commit 7b2ec0be99

View file

@ -42,7 +42,7 @@ class ShowDatabaseRepository(BaseRepository):
structure_database = self.fetch_one(sql_standard_structure)
structure_preview = str(structure_database)
print(structure_preview[:2000])
print(structure_preview[:20000])
# O campo 'structure' contém o JSON da estrutura padrão (como string)
standard_structure_json = structure_database.get('structure') if structure_database else None