-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
"Laravel ER Diagram Generator" misses most of the relationships between tables in my Laravel models. For example, the PersonOrg.php model (attached) contains 'hasMany' relationships to both the User table and the several columns in the Order table. However these relationships do not appear in graph.png
I have attached the file, but an example is
$query = $this->hasMany(\App\Models\Order::class, 'customer_poid');
The only feature of my code that is not 'standard' is the column name which does not conform to the Eloquent default. (the column is called 'customer_poid' rather than' personorg_poid'
(Thanks for developing and maintaining "Laravel ER Diagram Generator". I look forward to getting it working)
Metadata
Metadata
Assignees
Labels
No labels