Skip to content

Commit

Permalink
Merge pull request blockchain-etl#365 from ezioruan/patch-1
Browse files Browse the repository at this point in the history
Update schema.md
  • Loading branch information
medvedev1088 authored Oct 14, 2022
2 parents 45a089f + d189e7a commit 372bf2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ symbol | string |
name | string |
decimals | bigint |
total_supply | numeric |
block_number | bigint |

---

Expand Down Expand Up @@ -155,4 +156,4 @@ trace_id | string |
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)

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

0 comments on commit 372bf2c

Please sign in to comment.