external.farcaster Table: fact_storage Type: View
What
Stores how many units of storage each FID has purchased, and when it expires. 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 that owns the storage. |
| UNITS | NUMBER | Number of storage units allocated. |
| EXPIRY | TIMESTAMP_NTZ | When this storage allocation will expire. |
| TIMESTAMP | TIMESTAMP_NTZ | Message timestamp in UTC. |
| CREATED_AT | TIMESTAMP_NTZ | When the row was first created in this DB |
| UPDATED_AT | TIMESTAMP_NTZ | When the row was last updated. |
| DELETED_AT | TIMESTAMP_NTZ | DELETED_AT column |