Table description
This table contains usernames (fnames) associated with Farcaster user IDs. Fnames are human-readable identifiers that can be transferred and expire.Table Schema
| Column Name | Type | Description |
|---|---|---|
fname | VARCHAR | Farcaster username of the user |
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 |
custody_address | VARBINARY | Wallet address that holds custody of the Farcaster account |
expires_at | TIMESTAMP | Timestamp when the username registration expires |
fid | BIGINT | Farcaster user ID associated with this username |
deleted_at | TIMESTAMP | Timestamp when the fname was removed on the Farcaster protocol |