edges wip

This commit is contained in:
2026-01-10 02:09:50 +02:00
parent 87ab1f57fd
commit ced6146266
19 changed files with 380 additions and 271 deletions
@@ -0,0 +1,10 @@
<?php namespace Lucent\Core\Schema\Data\FieldProp;
class RelationFieldProp implements IFieldProp
{
public function __construct(
public array $schemas,
public int $min,
public int $max,
) {}
}