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 schemaColumns
| Column Name | Data Type | Description |
|---|---|---|
| ID | NUMBER | Generic identifier specific to this DB (a.k.a. surrogate key) |
| FID | NUMBER | FID of the user that signed the message. |
| CLAIM | TEXT | CLAIM column |
| HASH | BINARY | Message hash. |
| TIMESTAMP | TIMESTAMP_NTZ | Message timestamp in UTC. |
| CREATED_AT | TIMESTAMP_NTZ | When the row was first created in this DB (not the same as the message timestamp!) |
| UPDATED_AT | TIMESTAMP_NTZ | When the row was last updated. |
| DELETED_AT | TIMESTAMP_NTZ | When the verification was considered deleted by the hub (e.g. in response to a VerificationRemove message, etc.) |