Laravel Nested Eager Loading Slow

后端 未结 0 442
梦毁少年i
梦毁少年i 2020-12-16 03:36

The database/relationship structure:

departments
  - id

$this->hasMany(Order::class);
orders
  - id
  - department_id (index)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题