Skip to content

Commit

Permalink
added few more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx committed Feb 12, 2024
1 parent 811d47d commit 3980048
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data_model.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project OpenLabelsInitiative {
Table Chains {
chain_id int [pk, note: "based on chainlist"]
name string
website string
gas_token string

created_at timestamp
created_by string
Expand All @@ -31,6 +33,10 @@ Table Addresses {
category_id string
is_eoa bool
name string
bytecode bytea
abi string
deployment_date timestamp
deployer_address unknown

created_at timestamp
created_by string
Expand All @@ -46,6 +52,8 @@ Table Projects {
team_id string
website string
docs string
oss_slug string
token_symbol string

created_at timestamp
created_by string
Expand Down Expand Up @@ -100,6 +108,7 @@ Table Tags {
name string
tag_group_id unknown
description string
additional_attributes json

created_at timestamp
created_by string
Expand Down

0 comments on commit 3980048

Please sign in to comment.