Table description
This table provides overviews of different governance spaces on Snapshot.Table Schema
| Column Name | Type | Description |
|---|---|---|
| id | varchar | Unique identifier (ENS name) of the Snapshot space |
| name | varchar | Display name of the space |
| deleted | bigint | Flag indicating if the space has been deleted (1 = deleted) |
| flagged | bigint | Flag indicating if the space has been flagged for review (1 = flagged) |
| settings | varchar | JSON-encoded space settings (strategies, voting params, admins, etc.) |
| verified | bigint | Flag indicating if the space is verified (1 = verified) |
| created_at | bigint | Unix timestamp when the space was created |
| updated_at | bigint | Unix timestamp of the last update to the space |