From 1131fd5cbaec97447c032e4e6b9faec6cc362190 Mon Sep 17 00:00:00 2001 From: Alexander Strizhak Date: Sun, 27 Apr 2025 19:22:09 +0300 Subject: [PATCH] wip --- src/Relation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Relation.php b/src/Relation.php index 72bb27e88..70abbc032 100644 --- a/src/Relation.php +++ b/src/Relation.php @@ -15,6 +15,7 @@ final class Relation public const SCHEMA = 2; public const LOAD = 3; public const COLLECTION_TYPE = 4; + public const OBSOLETE = 5; // Composite relation type without usage of external table. public const EMBEDDED = 1;