1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +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
if (throughTableName) {
displayString = `${fromTableName} through ${throughTableName} ${toTableName}`
displayString = `${fromTableName} ${toTableName}`
} else {
displayString = `${fromTableName} → ${toTableName}`
}