Skip to content

Commit d189e7a

Browse files
authored
Update schema.md
add block_number to token schema
1 parent f8f22f9 commit d189e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ symbol | string |
116116
name | string |
117117
decimals | bigint |
118118
total_supply | numeric |
119+
block_number | bigint |
119120

120121
---
121122

@@ -155,4 +156,4 @@ trace_id | string |
155156
You can find column descriptions in [https://github.com/medvedev1088/ethereum-etl-airflow](https://github.com/medvedev1088/ethereum-etl-airflow/tree/master/dags/resources/stages/raw/schemas)
156157

157158
Note: for the `address` type all hex characters are lower-cased.
158-
`boolean` type can have 2 values: `True` or `False`.
159+
`boolean` type can have 2 values: `True` or `False`.

0 commit comments

Comments
 (0)