create record wip

This commit is contained in:
2026-01-08 23:23:48 +02:00
parent 2a718ac9ee
commit 4470d922b7
42 changed files with 1048 additions and 556 deletions
+1
View File
@@ -10,6 +10,7 @@ class Field
public string $name,
public string $type,
public string $schemaId,
public bool $translatable,
public int $rank,
public IFieldProp $props,
) {}