mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:41:50 +00:00
22 lines
1.1 KiB
YAML
22 lines
1.1 KiB
YAML
version: 2
|
|
models:
|
|
- name: farcaster__fact_channel_follows
|
|
description: Represents follows for a Farcaster channel. For more info see [Neynar](https://docs.neynar.com/docs/how-to-query-neynar-sql-playground-for-farcaster-data) or [schema](https://github.com/farcasterxyz/hub-monorepo/tree/51c57245df8ec1c68d616dd3ab8ae5b80edf68fd/apps/replicator)
|
|
|
|
columns:
|
|
- name: CHANNEL_ID
|
|
description: Unique identifier for the channel.
|
|
- name: TIMESTAMP
|
|
description: Message timestamp in UTC.
|
|
- name: FID
|
|
description: FID of the user that signed the message.
|
|
- name: ID
|
|
description: Generic identifier specific to this DB (a.k.a. surrogate key)
|
|
- name: CREATED_AT
|
|
description: When the row was first created in this DB (not the same as the message timestamp!)
|
|
- name: UPDATED_AT
|
|
description: When the row was last updated.
|
|
tests:
|
|
- not_null
|
|
- name: DELETED_AT
|
|
description: When the cast was considered deleted/revoked/pruned by the hub (e.g. in response to a CastRemove message, etc.) |