We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c9b81 commit 3c81bb2Copy full SHA for 3c81bb2
samples/mermaid.py
@@ -65,8 +65,8 @@
65
if(addSpace):
66
print('')
67
# old way
68
-for table in catalog.tables:
69
- for childTable in table.getRelatedTables(TableRelationshipType.child):
70
- print(' ' + table.name + ' ||--o{ ' + childTable.name + ' : "foreign key"')
71
- print('')
72
-print('```')
+# for table in catalog.tables:
+# for childTable in table.getRelatedTables(TableRelationshipType.child):
+# print(' ' + table.name + ' ||--o{ ' + childTable.name + ' : "foreign key"')
+# print('')
+# print('```')
0 commit comments