Skip to main content
Schema: external.farcaster Table: fact_reactions Type: View

What

Represents a user reacting (liking or recasting) content. For more info see Neynar or schema

Columns

Column NameData TypeDescription
IDNUMBERGeneric identifier specific to this DB (a.k.a. surrogate key)
FIDNUMBERFID of the user that signed the message.
TARGET_FIDNUMBERIf target was a cast, the FID of the author of the cast. null otherwise.
TARGET_URLTEXTIf target was a URL (e.g. NFT, a web URL, etc.), the URL. null otherwise.
REACTION_TYPENUMBERType of reaction.
HASHBINARYMessage hash.
TARGET_HASHBINARYIf target was a cast, the hash of the cast. null otherwise.
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
CREATED_ATTIMESTAMP_NTZWhen the row was first created in this DB (not the same as the message timestamp!)
UPDATED_ATTIMESTAMP_NTZWhen the row was last updated.
DELETED_ATTIMESTAMP_NTZWhen the reaction was considered deleted by the hub (e.g. in response to a ReactionRemove message, etc.)