Overview
- Dataset ID:
0001 - Table:
blockdb0001_decentralized_exchanges_types_v1 - Description: DEX families (Uniswap, Sushiswap, etc.).
Columns
| Column | Type | Description |
|---|---|---|
id | SERIAL | Surrogate primary key for the table, used for joins and change tracking. |
type_name | VARCHAR(50) | Internal unique key (UPPER_SNAKE_CASE). |
display_name | VARCHAR(100) | Human-friendly name for display purposes (e.g., Uniswap). |
description | TEXT | Optional detailed description of the decentralized exchange type. |
created_at | TIMESTAMPTZ | Timestamp denoting when the row was inserted (defaults to current time). |