Skip to main content

Table description

This table contains data about likes and recast events on the Farcaster protocol. Each row represents a single reaction by a user to a cast or URL.

Table Schema

Column NameTypeDescription
idBIGINTAuto-incrementing row identifier
created_atTIMESTAMPTimestamp when the record was created in the database
updated_atTIMESTAMPTimestamp when the record was last updated in the database
deleted_atTIMESTAMPTimestamp when the reaction was removed on the Farcaster protocol
timestampTIMESTAMPTimestamp when the reaction was created on the Farcaster protocol
reaction_typeBIGINTType of reaction (1 = like, 2 = recast)
fidBIGINTFarcaster user ID of the user who reacted
hashVARBINARYUnique hash of the reaction
target_hashVARBINARYHash of the cast being reacted to
target_fidBIGINTFarcaster user ID of the author of the target cast
target_urlVARCHARURL being reacted to (for URL-targeted reactions)

Table Sample