type VirtualOrigin = "local" | "remote";
Defined in: packages/db/src/virtual-props.ts:22
Origin of the last confirmed change to a row, from the current client's perspective.
Note: This reflects the client's perspective, not the original creator. User A creates order → $origin = 'local' on User A's client Order syncs to server User B receives order → $origin = 'remote' on User B's client