Skip to main content

Table description

This table contains user profile data on the Farcaster protocol. Each row represents a single key-value pair of user information, such as display name, bio, or avatar URL. Join with the fids or fnames table for complete user profiles.

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 data was removed on the Farcaster protocol
timestampTIMESTAMPTimestamp when the data was set on the Farcaster protocol
fidBIGINTFarcaster user ID the data belongs to
hashVARBINARYUnique hash of the user data message
typeBIGINTType of user data (1 = pfp URL, 2 = display name, 3 = bio, 5 = URL, 6 = preferred fname)
valueVARCHARThe value of the user data field

Table Sample