|
|
|
|
|
by zoomablemind
811 days ago
|
|
Tried it on SQLite's own Fossil repo, which is a kind of SQLite db too. The resulting diagram shows no relationship arrows. Turns out the Fossil's schema uses REFERENCES clause with a table name only; I guess, this points to table's primary key by default. Apparently, the diagram generator requires explicit column names. |
|
I think I can fix this.
[1]: https://sqlite.org/syntax/foreign-key-clause.html
[2]: https://sqlite.org/foreignkeys.html