edit schema wip

This commit is contained in:
2026-01-08 15:19:08 +02:00
parent ebccac210a
commit 25ad3fefab
18 changed files with 714 additions and 45 deletions
+1
View File
@@ -10,6 +10,7 @@ class Field
public string $name,
public string $type,
public string $schemaId,
public int $rank,
public IFieldProp $props,
) {}
}