Skip to main content
Schema: external.farcaster Table: fact_verifications Type: View

What

Represents a user verifying something on the network. Currently, the only verification is proving ownership of an Ethereum wallet address. For more info see Neynar or schema

Columns

Column NameData TypeDescription
IDNUMBERGeneric identifier specific to this DB (a.k.a. surrogate key)
FIDNUMBERFID of the user that signed the message.
CLAIMTEXTCLAIM column
HASHBINARYMessage hash.
TIMESTAMPTIMESTAMP_NTZMessage timestamp in UTC.
CREATED_ATTIMESTAMP_NTZWhen the row was first created in this DB (not the same as the message timestamp!)
UPDATED_ATTIMESTAMP_NTZWhen the row was last updated.
DELETED_ATTIMESTAMP_NTZWhen the verification was considered deleted by the hub (e.g. in response to a VerificationRemove message, etc.)