Table description
This table provides data on the follow relationships between users on Snapshot.Table Schema
| Column Name | Type | Description |
|---|---|---|
| id | varbinary | Unique identifier of the follow record |
| ipfs | varchar | IPFS hash of the follow data |
| space | varchar | Snapshot space (DAO) being followed |
| created | bigint | Unix timestamp when the follow was created |
| follower | varbinary | Address of the user following the space |
| to_delete | bigint | Flag indicating if the follow has been removed (1 = unfollowed) |