Table Details
| Property | Value |
|---|---|
| Table Name | polygon_zkevm.metrics.tvl_aggregate_daily |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | |
| sector | VARCHAR(16777216) | |
| project | VARCHAR(16777216) | |
| protocol | VARCHAR(16777216) | |
| token_address | VARCHAR(16777216) | |
| token_name | VARCHAR(16777216) | |
| token_symbol | VARCHAR(16777216) | |
| token_decimals | NUMBER(38,0) | |
| is_primary | BOOLEAN | |
| is_rwa | BOOLEAN | |
| gross_usd_balance | FLOAT | |
| adjusted_usd_balance | FLOAT | |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |