Table description
This table contains data about the storage units available for users on the Farcaster protocol. Storage units determine how many casts, reactions, and links a user can create.Table Schema
| Column Name | Type | Description |
|---|---|---|
id | BIGINT | Auto-incrementing row identifier |
created_at | TIMESTAMP | Timestamp when the record was created in the database |
updated_at | TIMESTAMP | Timestamp when the record was last updated in the database |
deleted_at | TIMESTAMP | Timestamp when the storage allocation was removed |
timestamp | TIMESTAMP | Timestamp when the storage was allocated on the Farcaster protocol |
fid | BIGINT | Farcaster user ID of the storage owner |
units | BIGINT | Number of storage units allocated to the user |
expiry | TIMESTAMP | Timestamp when the storage allocation expires |