Skip to content

RealtimePostgresChangesPayload

Realtime postgres_changes payload structure Compatible with Supabase realtime payloads

Type ParameterDefault type
Tany
PropertyTypeDescription
commit_timestampstringCommit timestamp (Supabase-compatible field name)
errorsnull | stringError message if any
eventType"DELETE" | "INSERT" | "UPDATE" | "*"Event type (Supabase-compatible field name)
newTNew record data (Supabase-compatible field name)
oldTOld record data (Supabase-compatible field name)
schemastringDatabase schema
tablestringTable name