ORM: with recursive

This commit is contained in:
Yurii
2026-02-03 13:25:18 +02:00
parent 9d7d9ac29c
commit bd9bacb210
5 changed files with 167 additions and 14 deletions
+11
View File
@@ -601,4 +601,15 @@ return [
],
],
],
'Category' => [
'attributes' => [
'id' => [
'type' => Entity::ID,
],
'parentId' => [
'type' => Entity::FOREIGN_ID,
],
],
],
];