``` $this->hasMany('items', OrderItemSchema::class, 'order_id', 'id') ``` where `id` could be `$this->getKeyField()` or get the primary key internally.
where
idcould be$this->getKeyField()or get the primary key internally.