Skip to main content

Table description

This table contains data about the storage units available for users on the Farcaster protocol. Storage units determine how many casts, reactions, and links a user can create.

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 storage allocation was removed
timestampTIMESTAMPTimestamp when the storage was allocated on the Farcaster protocol
fidBIGINTFarcaster user ID of the storage owner
unitsBIGINTNumber of storage units allocated to the user
expiryTIMESTAMPTimestamp when the storage allocation expires

Table Sample