Debug
This commit is contained in:
parent
b1bfc43213
commit
e2d1566e30
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class ShowDatabaseRepository(BaseRepository):
|
|||
|
||||
# Execução para buscar a estrutura padrão (sem parâmetros)
|
||||
structure_database = self.fetch_one(sql_standard_structure)
|
||||
|
||||
print(structure_database)
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue