ORM: with recursive
This commit is contained in:
@@ -601,4 +601,15 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'Category' => [
|
||||
'attributes' => [
|
||||
'id' => [
|
||||
'type' => Entity::ID,
|
||||
],
|
||||
'parentId' => [
|
||||
'type' => Entity::FOREIGN_ID,
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user