You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schema.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ symbol | string |
116
116
name | string |
117
117
decimals | bigint |
118
118
total_supply | numeric |
119
+
block_number | bigint |
119
120
120
121
---
121
122
@@ -155,4 +156,4 @@ trace_id | string |
155
156
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)
156
157
157
158
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