1
0
Fork 0
mirror of synced 2024-08-19 03:51:29 +12:00

Adding many to many arrow to make reading relationships easier.

This commit is contained in:
mike12345567 2023-02-02 14:14:06 +00:00
parent ab66378fbf
commit 1704a1f266

View file

@ -82,7 +82,7 @@
let displayString let displayString
if (throughTableName) { if (throughTableName) {
displayString = `${fromTableName} through ${throughTableName} ${toTableName}` displayString = `${fromTableName} ${toTableName}`
} else { } else {
displayString = `${fromTableName} → ${toTableName}` displayString = `${fromTableName} → ${toTableName}`
} }