RealtimeChangePayload
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
new_record? | Record<string, unknown> | :::caution[Deprecated] Use ‘new’ instead ::: |
old_record? | Record<string, unknown> | :::caution[Deprecated] Use ‘old’ instead ::: |
schema | string | - |
table | string | - |
timestamp | string | :::caution[Deprecated] Use commit_timestamp instead ::: |
type | "INSERT" | "UPDATE" | "DELETE" | :::caution[Deprecated] Use eventType instead ::: |