Skip to main content

Table description

This table contains data about signers associated with users on the Farcaster protocol. Signers are authorized key pairs that can perform actions on behalf of a user.

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 signer was revoked on the Farcaster protocol
timestampTIMESTAMPTimestamp when the signer was created on the Farcaster protocol
fidBIGINTFarcaster user ID that the signer belongs to
signerVARBINARYPublic key of the authorized signer
nameVARCHARHuman-readable name assigned to the signer by the application
app_fidBIGINTFarcaster user ID of the application that created the signer

Table Sample