Skip to main content

Table description

This table contains data about follower and following relationships on the Farcaster protocol. Each row represents a social graph link between two users.

Table Schema

Column NameTypeDescription
idBIGINTAuto-incrementing row identifier
fidBIGINTFarcaster user ID of the user who created the link
target_fidBIGINTFarcaster user ID of the link target
hashVARBINARYUnique hash of the link on the protocol
timestampTIMESTAMPTimestamp when the link was created on the Farcaster protocol
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 link was removed on the Farcaster protocol
typeVARCHARLink type (e.g. follow)
display_timestampTIMESTAMPDisplay-friendly timestamp for the link event

Table Sample