Table description
This table contains detailed information about users registered on Snapshot.Table Schema
| Column Name | Type | Description |
|---|---|---|
| id | varbinary | Wallet address serving as the user’s unique identifier |
| ipfs | varchar | IPFS hash of the user profile data |
| created | bigint | Unix timestamp when the user was first registered |
| profile | varchar | JSON-encoded user profile information |