Skip to main content

Overview

  • Dataset ID: 0001
  • Table: blockdb0001_decentralized_exchanges_types_v1
  • Description: DEX families (Uniswap, Sushiswap, etc.).

Columns

ColumnTypeDescription
idSERIALSurrogate primary key for the table, used for joins and change tracking.
type_nameVARCHAR(50)Internal unique key (UPPER_SNAKE_CASE).
display_nameVARCHAR(100)Human-friendly name for display purposes (e.g., Uniswap).
descriptionTEXTOptional detailed description of the decentralized exchange type.
created_atTIMESTAMPTZTimestamp denoting when the row was inserted (defaults to current time).