namespace Sink.Commands; table CreateEntity { entityId: string; domainType: string; delta: [ubyte]; replayToSource: bool = true; } root_type CreateEntity;