Skip to content

Commit

Permalink
Fixed erDiagram in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelotfr committed Nov 23, 2023
1 parent aad2ad6 commit ea76cba
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,28 @@ erDiagram
Sales }|--|{ Assets : " "
Sales {
sale_id UInt64,
trx_id String,
seller String,
asset_ids Array(UInt64),
offer_id Int64,
listing_price_amount Int64,
listing_price_precision UInt8,
listing_price_symcode String,
settlement_symbol_precision UInt8,
settlement_symbol_code String,
maker_marketplace String,
collection_name String,
collection_fee Float64,
sale_id UInt64
trx_id String
seller String
asset_ids Array(UInt64)
offer_id Int64
listing_price_amount Int64
listing_price_precision UInt8
listing_price_symcode String
settlement_symbol_precision UInt8
settlement_symbol_code String
maker_marketplace String
collection_name String
collection_fee Float64
}
Assets {
asset_id UInt64
owner String
scope String
collection_name String
template_id Int32
}
```
## Help
Expand Down

0 comments on commit ea76cba

Please sign in to comment.