Skip to main content

Table description

This table contains all casts (posts and replies) on the Farcaster protocol, including text content, embeds, mentions, and threading information.

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 cast was deleted on the Farcaster protocol
timestampTIMESTAMPTimestamp when the cast was created on the Farcaster protocol
fidBIGINTFarcaster user ID of the cast author
hashVARBINARYUnique hash of the cast
parent_hashVARBINARYHash of the parent cast (for replies)
parent_fidBIGINTFarcaster user ID of the parent cast author
parent_urlVARCHARChannel URL where the cast was posted (null for direct replies)
textVARCHARText content of the cast
embedsVARCHARJSON-encoded attachments (images, links, frames, etc.)
mentionsARRAY(BIGINT)Array of Farcaster user IDs mentioned in the cast
mentions_positionsARRAY(INTEGER)Byte positions in the cast text where mentions are placed
root_parent_hashVARBINARYHash of the root cast that started the thread
root_parent_urlVARCHARChannel URL of the root cast in the thread

Table Sample